mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
12 lines
275 B
C
12 lines
275 B
C
--- ./src/secp256k1/src/tests.c.orig 2018-05-23 04:04:24.000000000 +0200
|
|
+++ ./src/secp256k1/src/tests.c 2018-09-01 04:37:44.214407000 +0200
|
|
@@ -12,6 +12,8 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
+#include <sys/signal.h>
|
|
+
|
|
#include <time.h>
|
|
|
|
#include "secp256k1.c"
|