From: beck Date: Sat, 24 May 2014 13:56:18 +0000 (+0000) Subject: make this compile again - actually include stdio and friends ourselves. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e5790aa5fd88cddc728d60a74f7e9af641d1bae6;p=openbsd make this compile again - actually include stdio and friends ourselves. --- 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 */