w00t was right, freebsd needs <getopt.h> too

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6095 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-12-24 11:24:47 +00:00
parent dfcfcb6f0e
commit 72a601b36c

View File

@ -28,11 +28,8 @@
#include "command_parse.h"
#include "exitcodes.h"
#include <dlfcn.h>
#ifdef _GNU_SOURCE
/* GNUs smell. */
#include <getopt.h>
#endif
using irc::sockets::NonBlocking;
using irc::sockets::Blocking;