diff options
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,9 +47,10 @@ #include <stdarg.h> #include <stdio.h> #include <ctype.h> +#include <errno.h> + #ifndef _WIN32 #include <syslog.h> -#include <errno.h> #endif #include <glib.h> |