From 6df0a82c818f3e6c26c265dcd46725024b1fea8e Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 24 May 2014 13:56:18 +0000 Subject: make this compile again - actually include stdio and friends ourselves. --- src/regress/lib/libcrypto/pqueue/pq_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/pqueue/pq_test.c b/src/regress/lib/libcrypto/pqueue/pq_test.c index 7a69f0cf59..a078ba5366 100644 --- a/src/regress/lib/libcrypto/pqueue/pq_test.c +++ b/src/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-55-g6feb