mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-03 06:40:04 -04:00
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:
parent
dfcfcb6f0e
commit
72a601b36c
@ -28,11 +28,8 @@
|
|||||||
#include "command_parse.h"
|
#include "command_parse.h"
|
||||||
#include "exitcodes.h"
|
#include "exitcodes.h"
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
#ifdef _GNU_SOURCE
|
|
||||||
/* GNUs smell. */
|
/* GNUs smell. */
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
using irc::sockets::NonBlocking;
|
using irc::sockets::NonBlocking;
|
||||||
using irc::sockets::Blocking;
|
using irc::sockets::Blocking;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user