diff options
Diffstat (limited to 'test')
-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> |