aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-19 10:42:23 +0100
committervanhauser-thc <vh@thc.org>2021-03-19 10:42:23 +0100
commit848ea171545415d836f6919c89f07e104d62f1c1 (patch)
tree0912d0c25d0995776955c99eaff4d5fbf346ce69 /test
parent1cdf0a898cccb90e4e1b7b08be652a35d3f9ba1b (diff)
downloadAFLplusplus-848ea171545415d836f6919c89f07e104d62f1c1.tar.gz
add header to PCGUARD
Diffstat (limited to 'test')
-rw-r--r--test/test-dlopen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-dlopen.c b/test/test-dlopen.c
index e4524536..3db6adba 100644
--- a/test/test-dlopen.c
+++ b/test/test-dlopen.c
@@ -1,3 +1,5 @@
+#include <stdio.h>
+#include <errno.h>
#include <dlfcn.h>
#include <stdlib.h>