8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5531b commit fe2c4e4Copy full SHA for fe2c4e4
src/test/regress/pg_regress.c
@@ -11,7 +11,7 @@
11
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
12
* Portions Copyright (c) 1994, Regents of the University of California
13
*
14
- * $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 $
15
16
*-------------------------------------------------------------------------
17
*/
@@ -21,6 +21,7 @@
21
#include <ctype.h>
22
#include <sys/stat.h>
23
#include <sys/wait.h>
24
+#include <signal.h>
25
#include <unistd.h>
26
27
#include "getopt_long.h"
0 commit comments