aboutsummaryrefslogtreecommitdiff
path: root/test/test-dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-dlopen.c')
-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>