diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 4b9e003454..3d5dbae01f 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.53 2000/02/22 09:55:20 inoue Exp $ + * $Id: miscadmin.h,v 1.54 2000/02/23 15:46:14 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -23,6 +23,8 @@ #ifndef MISCADMIN_H #define MISCADMIN_H +#include <sys/types.h> /* For pid_t */ + #include "postgres.h" #include "utils/trace.h" |