From e5790aa5fd88cddc728d60a74f7e9af641d1bae6 Mon Sep 17 00:00:00 2001 From: beck Date: Sat, 24 May 2014 13:56:18 +0000 Subject: [PATCH] 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(-) 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 */ -- 2.20.1