Explorar el Código

Merge pull request #10 from kyak/1.3-eggdrop1.8

Add include for errno to avoid compilation error
Florian Sander hace 5 años
padre
commit
765eafb343
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      stats.c

+ 1 - 0
stats.c

@@ -42,6 +42,7 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <fcntl.h>
+#include <errno.h>
 
 #undef global
 static Function *global = NULL, *irc_funcs = NULL, *server_funcs = NULL, *channels_funcs = NULL;