Parcourir la source

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

Add include for errno to avoid compilation error
Florian Sander il y a 5 ans
Parent
commit
765eafb343
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;