aboutsummaryrefslogtreecommitdiff
path: root/src/port/pgsleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/pgsleep.c')
-rw-r--r--src/port/pgsleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c
index b4a65965400..2752622d626 100644
--- a/src/port/pgsleep.c
+++ b/src/port/pgsleep.c
@@ -6,11 +6,11 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.3 2004/04/12 16:19:18 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.4 2004/06/24 18:53:48 tgl Exp $
*
*-------------------------------------------------------------------------
*/
-#include "postgres.h"
+#include "c.h"
#include <unistd.h>
#include <sys/time.h>