summaryrefslogtreecommitdiff
path: root/src/include/utils/dynamic_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/dynamic_loader.h')
-rw-r--r--src/include/utils/dynamic_loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index 601c023387..78d74966c7 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynamic_loader.h,v 1.11 1999/07/15 15:21:39 momjian Exp $
+ * $Id: dynamic_loader.h,v 1.12 1999/07/15 23:04:21 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,7 +17,7 @@
#include <sys/param.h> /* For MAXPATHLEN */
/* we need this include because port files use them */
-#include <postgres.h>
+#include "postgres.h"
#ifdef MIN
#undef MIN