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 58f337a commit d1587f1Copy full SHA for d1587f1
src/port/pgsleep.c
@@ -6,12 +6,13 @@
6
*
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
9
- * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.1 2004/02/10 03:42:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.2 2004/02/10 04:23:03 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#include "postgres.h"
14
15
+#include <unistd.h>
16
#include <sys/time.h>
17
18
0 commit comments