aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index e7124ae..14523ad 100644
--- a/test.c
+++ b/test.c
@@ -24,6 +24,7 @@
24#include <crtdbg.h> 24#include <crtdbg.h>
25#endif 25#endif
26#include <stdio.h> 26#include <stdio.h>
27#include <string.h>
27#include "dlfcn.h" 28#include "dlfcn.h"
28 29
29/* If these dlclose's fails, we don't care as the handles are going to be 30/* If these dlclose's fails, we don't care as the handles are going to be