diff options
| author | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
| commit | 533d5166292b94fb5dce0892c572b149d7da18bd (patch) | |
| tree | 059d3d4884810504b45b8402bd8d79842c6a9ae2 /src/include/miscadmin.h | |
| parent | d4aab2c000febbea5ad6be2fc9df74ab10f16f55 (diff) | |
Removed MBFLAGS from makefiles since it's now done in include/config.h.
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 324b4437d1..af363b7ef9 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.48 2000/01/18 05:08:29 ishii Exp $ + * $Id: miscadmin.h,v 1.49 2000/01/19 02:59:02 petere Exp $ * * NOTES * some of the information in this file will be moved to @@ -22,6 +22,8 @@ #ifndef MISCADMIN_H #define MISCADMIN_H +#include "postgres.h" + #include "utils/trace.h" /***************************************************************************** |
