Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 83d93d4

Browse files
committed
Just a couple of small mods
1 parent e0b772c commit 83d93d4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/backend/nodes/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
# Makefile for nodes
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.2 1996/10/31 10:42:55 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.3 1996/11/06 08:54:16 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR = ../..
1212
include ../../Makefile.global
1313

14-
INCLUDE_OPT = -I../port/$(PORTNAME) \
14+
INCLUDE_OPT = -I.. \
15+
-I../port/$(PORTNAME) \
1516
-I../../include
1617

1718
CFLAGS+=$(INCLUDE_OPT)

src/backend/nodes/print.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.1.1.1 1996/07/09 06:21:33 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.2 1996/11/06 08:54:17 scrappy Exp $
1111
*
1212
* HISTORY
1313
* AUTHOR DATE MAJOR EVENT
@@ -16,12 +16,14 @@
1616
*-------------------------------------------------------------------------
1717
*/
1818
#include <stdio.h>
19+
#include <string.h>
20+
1921
#include "postgres.h"
22+
2023
#include "access/printtup.h"
2124
#include "nodes/pg_list.h"
2225
#include "nodes/execnodes.h"
2326
#include "nodes/parsenodes.h"
24-
2527
#include "parser/parsetree.h"
2628
#include "parser/catalog_utils.h"
2729
#include "access/heapam.h"

0 commit comments

Comments
 (0)