]> granicus.if.org Git - postgresql/commitdiff
kill() is declared in <signal.h> per Single Unix Spec.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 05:21:57 +0000 (05:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 05:21:57 +0000 (05:21 +0000)
src/test/regress/pg_regress.c

index 9ee463523ab690b0d7ffa2ba47fb6f81fea3b2ad..f30994ea0ad2ad756619612a4d44b220c5075e78 100644 (file)
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.2 2006/07/19 04:50:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.3 2006/07/19 05:21:57 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -21,6 +21,7 @@
 #include <ctype.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
+#include <signal.h>
 #include <unistd.h>
 
 #include "getopt_long.h"