mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
using in headers is evil :(
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
using std::set;
|
||||
|
||||
#ifdef HAVE_GETOPT_LONG
|
||||
#include <getopt.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user