diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-07-26 03:48:04 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-07-26 03:48:04 -0500 |
commit | 34c9c0757d1d8516a18adf240ce6813ded85e778 (patch) | |
tree | a5ae79ff38858ea71a1e6f8757b679ec535f11ca /libirc/libirc.c | |
parent | 96a54b380213119e1076f00e2ec44889552fb7d2 (diff) | |
download | segfault-34c9c0757d1d8516a18adf240ce6813ded85e778.tar.gz segfault-34c9c0757d1d8516a18adf240ce6813ded85e778.zip |
various silly things.
Diffstat (limited to 'libirc/libirc.c')
-rw-r--r-- | libirc/libirc.c | 2 |
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 |