From bb3ddb2230a4127225ca15e4a3057c3b38f0d774 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sat, 24 May 2014 13:56:19 +0000 Subject: make this compile again - actually include stdio and friends ourselves. --- regress/lib/libcrypto/pqueue/pq_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'regress') diff --git a/regress/lib/libcrypto/pqueue/pq_test.c b/regress/lib/libcrypto/pqueue/pq_test.c index 7a69f0cf597..a078ba53666 100644 --- a/regress/lib/libcrypto/pqueue/pq_test.c +++ b/regress/lib/libcrypto/pqueue/pq_test.c @@ -56,7 +56,9 @@ * Hudson (tjh@cryptsoft.com). * */ - +#include +#include +#include #include "pqueue.h" /* remember to change expected.txt if you change these values */ -- cgit v1.2.3