diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |