diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-19 10:42:23 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-19 10:42:23 +0100 |
commit | 848ea171545415d836f6919c89f07e104d62f1c1 (patch) | |
tree | 0912d0c25d0995776955c99eaff4d5fbf346ce69 /test/test-dlopen.c | |
parent | 1cdf0a898cccb90e4e1b7b08be652a35d3f9ba1b (diff) | |
download | afl++-848ea171545415d836f6919c89f07e104d62f1c1.tar.gz |
add header to PCGUARD
Diffstat (limited to 'test/test-dlopen.c')
-rw-r--r-- | test/test-dlopen.c | 2 |
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> |