artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b6de62
)
make this compile again - actually include stdio and friends ourselves.
author
beck
<beck@openbsd.org>
Sat, 24 May 2014 13:56:18 +0000
(13:56 +0000)
committer
beck
<beck@openbsd.org>
Sat, 24 May 2014 13:56:18 +0000
(13:56 +0000)
regress/lib/libcrypto/pqueue/pq_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/pqueue/pq_test.c
b/regress/lib/libcrypto/pqueue/pq_test.c
index
7a69f0c
..
a078ba5
100644
(file)
--- 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 */