summaryrefslogtreecommitdiff
path: root/libirc
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-26 03:48:04 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-26 03:48:04 -0500
commit34c9c0757d1d8516a18adf240ce6813ded85e778 (patch)
treea5ae79ff38858ea71a1e6f8757b679ec535f11ca /libirc
parent96a54b380213119e1076f00e2ec44889552fb7d2 (diff)
downloadsegfault-34c9c0757d1d8516a18adf240ce6813ded85e778.tar.gz
segfault-34c9c0757d1d8516a18adf240ce6813ded85e778.zip
various silly things.
Diffstat (limited to 'libirc')
-rw-r--r--libirc/libirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libirc/libirc.c b/libirc/libirc.c
index ee4506d..a9fe758 100644
--- a/libirc/libirc.c
+++ b/libirc/libirc.c
@@ -1,13 +1,13 @@
#include <sys/time.h>
#include <string.h>
#include <stdlib.h>
-#include <sys/select.h>
#include <stdio.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
+#include <sys/select.h>
//#define DEBUG "epoch" //nick or channel to send debug info to.
#define CHUNK 16