diff --git a/src/backend/include/postgres.h b/src/backend/include/postgres.h
index 429a25e4ff48206adfc67075bef233f506e1a391..3b65506245718855701171736b46635ae21223be 100644
--- a/src/backend/include/postgres.h
+++ b/src/backend/include/postgres.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
+ * $Id: postgres.h,v 1.2 1996/08/27 22:00:21 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -36,6 +36,7 @@
 #ifndef POSTGRES_H
 #define POSTGRES_H
 
+#include "config.h"
 #include "c.h"
 
 /* ----------------------------------------------------------------