diff options
author | Silvio Traversaro <pegua1@gmail.com> | 2018-03-08 09:20:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 09:20:45 +0100 |
commit | f1acf5d2fe8af6095e0f3a3061af9c23712651fd (patch) | |
tree | 01e49d34537f7982695e47f6649256f9fba5086a | |
parent | f1edc33522cfd5c55ad61d820419c0e9511a1491 (diff) | |
parent | d26298df597f3f93ca50100ba05b1a73b317809b (diff) | |
download | dlfcn-win32-1.1.2.tar.gz dlfcn-win32-1.1.2.tar.bz2 dlfcn-win32-1.1.2.zip |
Merge pull request #41 from jddurand/masterv1.1.2
#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 |