diff options
-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 */ |