From 305e58689d14f8f758ac675167428718c6b6a203 Mon Sep 17 00:00:00 2001 From: dlwdlw Date: Mon, 24 Jun 2013 14:20:58 -0600 Subject: Update libnet_dll.c Missing ".h" breaks VS2012 builds --- libnet/src/libnet_dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnet/src/libnet_dll.c b/libnet/src/libnet_dll.c index 84d2df9..c3960cc 100644 --- a/libnet/src/libnet_dll.c +++ b/libnet/src/libnet_dll.c @@ -29,7 +29,7 @@ * */ -#include "common" +#include "common.h" #include "packet32.h" BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason, LPVOID lpReserved) -- cgit v1.2.1