aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSort.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 10:12:26 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 10:12:26 +0000
commit3df33180a182831c1f934edd1bf627152ab29aa4 (patch)
treee2fb3488984d33acc977a10ec4f631bb3b0a6eaa /src/backend/executor/nodeSort.c
parent99412aef2326b5610a64a2fd2611bc0fb003296e (diff)
downloadpostgresql-3df33180a182831c1f934edd1bf627152ab29aa4.tar.gz
postgresql-3df33180a182831c1f934edd1bf627152ab29aa4.zip
add #include "postgres.h", as required by all .c files
Diffstat (limited to 'src/backend/executor/nodeSort.c')
-rw-r--r--src/backend/executor/nodeSort.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/executor/nodeSort.c b/src/backend/executor/nodeSort.c
index 798bd43a170..b6b66ce75f9 100644
--- a/src/backend/executor/nodeSort.c
+++ b/src/backend/executor/nodeSort.c
@@ -7,10 +7,12 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.2 1996/07/30 07:45:35 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.3 1996/10/31 10:12:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeSort.h"
#include "utils/palloc.h"