make this compile again - actually include stdio and friends ourselves.
authorbeck <beck@openbsd.org>
Sat, 24 May 2014 13:56:18 +0000 (13:56 +0000)
committerbeck <beck@openbsd.org>
Sat, 24 May 2014 13:56:18 +0000 (13:56 +0000)
regress/lib/libcrypto/pqueue/pq_test.c

index 7a69f0c..a078ba5 100644 (file)
@@ -56,7 +56,9 @@
  * Hudson (tjh@cryptsoft.com).
  *
  */
-
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include "pqueue.h"
 
 /* remember to change expected.txt if you change these values */