diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/pqueue/pq_test.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <stdio.h> +#include <stdlib.h> +#include <string.h> #include "pqueue.h" /* remember to change expected.txt if you change these values */ |