diff options
Diffstat (limited to 'src/port/kill.c')
-rw-r--r-- | src/port/kill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/kill.c b/src/port/kill.c index b13fea924f7..ebd07d95e6c 100644 --- a/src/port/kill.c +++ b/src/port/kill.c @@ -9,12 +9,12 @@ * signals that the backend can recognize. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/kill.c,v 1.1 2004/05/27 13:08:57 momjian Exp $ + * $PostgreSQL: pgsql/src/port/kill.c,v 1.2 2004/06/24 18:53:48 tgl Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 /* signal sending */ |