From: Paul Date: Sun, 26 Oct 2008 23:51:25 +0000 (+0000) Subject: only define __USE_BSD if not defined X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/c0582ccd784eceba1b2fc1c16877e672b999d1e9 only define __USE_BSD if not defined --HG-- branch : paul --- diff --git a/lua/lua.h b/lua/lua.h index e9736812..81ff0bfc 100644 --- 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 #include