We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70c05 commit 9f1b6bfCopy full SHA for 9f1b6bf
src/backend/bootstrap/bootstrap.c
@@ -7,10 +7,11 @@
7
* Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.9 1996/10/23 07:39:42 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.10 1996/11/10 01:37:48 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
+#include <unistd.h> /* For getopt() */
15
#include <time.h>
16
#include <stdio.h>
17
#include <signal.h>
0 commit comments