diff options
author | Gianluca Varenni <gianluca.varenni@gmail.com> | 2010-10-15 01:42:59 -0700 |
---|---|---|
committer | Gianluca Varenni <gianluca.varenni@gmail.com> | 2010-10-15 01:42:59 -0700 |
commit | cc1a80e41edebdf636deb1df98d3b2640407e3b3 (patch) | |
tree | 415620391a77f90841333d5931968ef7badfbfa9 /gencode.c | |
parent | 4d7214cbc5dcc8e9635f99c13367dea37eddda0f (diff) |
Fixes to compile WinPcap under MINGW32 and MINGW64.
Diffstat (limited to 'gencode.c')
-rw-r--r-- | gencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ static const char rcsid[] _U_ = * XXX - why was this included even on UNIX? */ #ifdef __MINGW32__ -#include "IP6_misc.h" +#include "ip6_misc.h" #endif #ifndef WIN32 |