]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/lua.h
fix bug in G stats
[irc/quakenet/newserv.git] / lua / lua.h
index 96cfe0376ef5c99020323755b0e9db8d4c33af35..43f1fbbb9afd8aaa6e2cf5410ee3822aac48157d 100644 (file)
--- a/lua/lua.h
+++ b/lua/lua.h
@@ -5,7 +5,9 @@
 #ifndef _LUA_H
 #define _LUA_H
 
+#ifndef __USE_BSD
 #define __USE_BSD
+#endif
 
 #include <lua.h>
 #include <lauxlib.h>