summaryrefslogtreecommitdiff
path: root/src/socket/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/unix.h')
-rw-r--r--src/socket/unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket/unix.h b/src/socket/unix.h
index 32b7380..f3b543e 100644
--- a/src/socket/unix.h
+++ b/src/socket/unix.h
@@ -1,3 +1,4 @@
+#ifndef WIN
#ifndef UNIX_H
#define UNIX_H
/*=========================================================================*\
@@ -26,3 +27,4 @@ typedef t_unix *p_unix;
int luaopen_socket_unix(lua_State *L);
#endif /* UNIX_H */
+#endif