File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for nodes
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.1 1996/10/27 09:48:06 bryanh Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.2 1996/10/31 10:42:55 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../..
12
12
include ../../Makefile.global
13
13
14
- INCLUDE_OPT = -I.. \
15
- -I../port/$(PORTNAME ) \
16
- -I../include \
14
+ INCLUDE_OPT = -I../port/$(PORTNAME ) \
17
15
-I../../include
18
16
19
17
CFLAGS+ =$(INCLUDE_OPT )
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.1.1.1 1996/07/09 06:21:32 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.2 1996/10/31 10:42:56 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
- #include "c.h"
14
+
15
+ #include <sys/types.h>
16
+
17
+ #include "postgres.h"
15
18
16
19
#include "nodes/primnodes.h"
17
20
#include "nodes/plannodes.h"
You can’t perform that action at this time.
0 commit comments