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 cbc100a commit db5ea2cCopy full SHA for db5ea2c
src/backend/postmaster/fork_process.c
@@ -7,11 +7,13 @@
7
* Copyright (c) 1996-2005, PostgreSQL Global Development Group
8
*
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.1 2005/03/10 07:14:03 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.2 2005/03/13 23:27:38 tgl Exp $
11
*/
12
#include "postgres.h"
13
#include "postmaster/fork_process.h"
14
15
+#include <time.h>
16
+#include <sys/time.h>
17
#include <unistd.h>
18
19
/*
0 commit comments