aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index 1d0d437..4fa7089 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -36,6 +36,7 @@
36#include <io.h> 36#include <io.h>
37#include <fcntl.h> 37#include <fcntl.h>
38#include <direct.h> 38#include <direct.h>
39#include <errno.h>
39#include "dlfcn.h" 40#include "dlfcn.h"
40 41
41/* If these dlclose's fails, we don't care as the handles are going to be 42/* If these dlclose's fails, we don't care as the handles are going to be