Просмотр исходного кода

* FreeBSD compile fix; kill() is listed in a different header than linux

svn: 2116
Bryan Drewery 21 лет назад
Родитель
Сommit
b9a7555411
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/misc.c

+ 2 - 0
src/misc.c

@@ -35,6 +35,8 @@
 
 #include <sys/wait.h>
 #include <stdarg.h>
+#include <sys/types.h>
+#include <signal.h>
 
 int		server_lag = 0;	/* GUESS! */
 bool		use_invites = 1;            /* Jason/drummer */