Add signal.h to solve the problem of building on Solaris 8
authorAntonio Xu <antonio.xu@sun.com>
Thu, 14 Aug 2003 14:24:27 +0000 (14:24 +0000)
committerAntonio Xu <anto@src.gnome.org>
Thu, 14 Aug 2003 14:24:27 +0000 (14:24 +0000)
2003-08-14  Antonio Xu <antonio.xu@sun.com>

Add signal.h to solve the problem of building on Solaris 8

libsoup/soup-dns.c

index 3520541..52464ed 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
+#include <signal.h>
 #include <string.h>
 #include <time.h>
 #include <unistd.h>