aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pqsignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/pqsignal.h')
-rw-r--r--src/interfaces/libpq/pqsignal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/pqsignal.h b/src/interfaces/libpq/pqsignal.h
index d86ad8c3464..6a40c5e20d9 100644
--- a/src/interfaces/libpq/pqsignal.h
+++ b/src/interfaces/libpq/pqsignal.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.5 1998/09/01 04:40:15 momjian Exp $
+ * $Id: pqsignal.h,v 1.6 1999/01/17 03:04:57 tgl Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
@@ -17,7 +17,7 @@
#ifndef PQSIGNAL_H
#define PQSIGNAL_H
-#include "c.h"
+#include "postgres.h"
typedef void (*pqsigfunc) (int);