Quellcode durchsuchen

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

Add include for errno to avoid compilation error
Florian Sander vor 5 Jahren
Ursprung
Commit
765eafb343
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;