From dfcfcb6f0e5c2a7193be3a860464d0c7123cd26c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Dec 2006 11:18:02 +0000 Subject: 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 #endif ..... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6094 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9c2eef295..27ffd11be 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -30,6 +30,7 @@ #include #ifdef _GNU_SOURCE +/* GNUs smell. */ #include #endif -- cgit v1.3.1-10-gc9f91