diff options
author | Jean-Damien Durand <jeandamiendurand@free.fr> | 2018-01-17 10:02:39 +0100 |
---|---|---|
committer | Jean-Damien Durand <jeandamiendurand@free.fr> | 2018-01-17 10:02:39 +0100 |
commit | d26298df597f3f93ca50100ba05b1a73b317809b (patch) | |
tree | 01e49d34537f7982695e47f6649256f9fba5086a | |
parent | f1edc33522cfd5c55ad61d820419c0e9511a1491 (diff) | |
download | dlfcn-win32-d26298df597f3f93ca50100ba05b1a73b317809b.tar.gz dlfcn-win32-d26298df597f3f93ca50100ba05b1a73b317809b.tar.bz2 dlfcn-win32-d26298df597f3f93ca50100ba05b1a73b317809b.zip |
#include <stdlib.h>
-rw-r--r-- | dlfcn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ | |||
27 | #include <windows.h> | 27 | #include <windows.h> |
28 | #include <psapi.h> | 28 | #include <psapi.h> |
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | ||
30 | 31 | ||
31 | #ifdef SHARED | 32 | #ifdef SHARED |
32 | #define DLFCN_WIN32_EXPORTS | 33 | #define DLFCN_WIN32_EXPORTS |