summaryrefslogtreecommitdiff
path: root/lua/net.c
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-02-16 09:52:48 -0800
committerSam Roberts <vieuxtech@gmail.com>2012-02-16 09:55:44 -0800
commit6485e9930260e845025709be8664e99cffdb1db9 (patch)
treef20dcfcbb9e8fef2c85cc67668cc60c88503a8df /lua/net.c
parent22b428e121d6a8458da79b2aa2f58bf795dfba6a (diff)
downloadlibnet-6485e9930260e845025709be8664e99cffdb1db9.tar.gz
Autodetect whether dnet.h is provided as dumbnet.h
Diffstat (limited to 'lua/net.c')
-rw-r--r--lua/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/net.c b/lua/net.c
index 9b14897..f3510fb 100644
--- a/lua/net.c
+++ b/lua/net.c
@@ -32,7 +32,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
#include <time.h>
-#include <dnet.h>
+#include "dnet.h"
#include "libnet_decode.h"
#include <libnet.h>