libsoup/soup-address.c: add signal.h to the list of headers to pick up SIGKILL
authorFrank Belew (Myth) <frb@src.gnome.org>
Tue, 3 Dec 2002 13:30:46 +0000 (13:30 +0000)
committerFrank Belew (Myth) <frb@src.gnome.org>
Tue, 3 Dec 2002 13:30:46 +0000 (13:30 +0000)
ChangeLog
libsoup/soup-address.c

index 5ffc549..eb67ec1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-03  Frank Belew         <frb@ximian.com>
+
+       * libsoup/soup-address.c: add signal.h to the list of headers to 
+       pick up SIGKILL
+       
 2002-11-25  Joe Shaw  <joe@ximian.com>
 
        * Makefile.am: Build the tests directory again
index d134680..dcec899 100644 (file)
@@ -23,6 +23,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <signal.h>
 
 #include <arpa/inet.h>
 #include <netdb.h>