From 4eb4d7bb8c263141ef39d6b0ad13ef197e422063 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(-) 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