summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2014-05-24 13:56:18 +0000
committerbeck <>2014-05-24 13:56:18 +0000
commit6df0a82c818f3e6c26c265dcd46725024b1fea8e (patch)
tree99ddf7c4a924aa2c56bb3eb8020dcfba47a1fbfe /src
parent2f5ba051c0c04f9d2b004a6f6790c4ba92e51f4c (diff)
downloadopenbsd-6df0a82c818f3e6c26c265dcd46725024b1fea8e.tar.gz
openbsd-6df0a82c818f3e6c26c265dcd46725024b1fea8e.tar.bz2
openbsd-6df0a82c818f3e6c26c265dcd46725024b1fea8e.zip
make this compile again - actually include stdio and friends ourselves.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/pqueue/pq_test.c4
1 files changed, 3 insertions, 1 deletions
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 @@
56 * Hudson (tjh@cryptsoft.com). 56 * Hudson (tjh@cryptsoft.com).
57 * 57 *
58 */ 58 */
59 59#include <stdio.h>
60#include <stdlib.h>
61#include <string.h>
60#include "pqueue.h" 62#include "pqueue.h"
61 63
62/* remember to change expected.txt if you change these values */ 64/* remember to change expected.txt if you change these values */