diff options
Diffstat (limited to 'jim-win32.c')
-rw-r--r-- | jim-win32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jim-win32.c b/jim-win32.c index d1469a6..8177d46 100644 --- a/jim-win32.c +++ b/jim-win32.c @@ -18,7 +18,8 @@ * limitations under the License. */ -#include <jim.h> +#include "jim.h" +#include "jimautoconf.h" /* Apparently windows.h and cygwin don't mix, but we seem to get * away with it here. Use at your own risk under cygwin |