Skip to content

Commit

Permalink
in the WIN32 compile scenario, start including config.h (from the UNIX
Browse files Browse the repository at this point in the history
config.h.in), instead of relying on vs.net's project settings to manage
macros and #defines
  • Loading branch information
jpr5 committed Nov 16, 2006
1 parent 63008c1 commit e6ac6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngrep.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include <winsock2.h>
#include <types.h>
#include <inet_ntop.h>
#include <config.h>

#define strcasecmp stricmp

Expand Down

0 comments on commit e6ac6e5

Please sign in to comment.