diff options
author | beck <> | 2014-05-24 13:56:18 +0000 |
---|---|---|
committer | beck <> | 2014-05-24 13:56:18 +0000 |
commit | 4eb4d7bb8c263141ef39d6b0ad13ef197e422063 (patch) | |
tree | 99ddf7c4a924aa2c56bb3eb8020dcfba47a1fbfe | |
parent | b1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0 (diff) | |
download | openbsd-4eb4d7bb8c263141ef39d6b0ad13ef197e422063.tar.gz openbsd-4eb4d7bb8c263141ef39d6b0ad13ef197e422063.tar.bz2 openbsd-4eb4d7bb8c263141ef39d6b0ad13ef197e422063.zip |
make this compile again - actually include stdio and friends ourselves.
-rw-r--r-- | src/regress/lib/libcrypto/pqueue/pq_test.c | 4 |
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 */ |