diff options
| author | Bruce Momjian | 2000-06-15 00:52:26 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-15 00:52:26 +0000 |
| commit | e362d4e1eadd75f083dd0ed6a5304a0f057379fb (patch) | |
| tree | a4b745d43ce62c05610b8fcafebafcd2fddafc6a /src/include/libpq | |
| parent | d540a9a6bdbb1c14ba3ceaf74ab3a32d9aa95b97 (diff) | |
#include cleanups
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/pqsignal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index 8013848ef65..4ee039c0fee 100644 --- a/src/include/libpq/pqsignal.h +++ b/src/include/libpq/pqsignal.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.12 2000/04/12 17:16:36 momjian Exp $ + * $Id: pqsignal.h,v 1.13 2000/06/15 00:52:11 momjian Exp $ * * NOTES * This shouldn't be in libpq, but the monitor and some other @@ -18,6 +18,8 @@ #ifndef PQSIGNAL_H #define PQSIGNAL_H +#include <signal.h> + #ifdef HAVE_SIGPROCMASK extern sigset_t UnBlockSig, BlockSig; |
