mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 20:49:02 -04:00
Added a comment /* GNUs smell */ to an #ifdef linux makes us put in
(what sort of craqsmoker puts posix standard functions that belong in unistd.h into getopt.h but only on linux? muppets). #ifdef _GNU_SOURCE #include <getopt.h> #endif ..... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6094 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
dcad7974ce
commit
dfcfcb6f0e
@ -30,6 +30,7 @@
|
||||
#include <dlfcn.h>
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
/* GNUs smell. */
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user