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

Commit 796aca3

Browse files
committed
include utils/palloc.h as a default include, as its used more often then
not
1 parent 089dfb6 commit 796aca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/postgres.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1995, Regents of the University of California
88
*
9-
* $Id: postgres.h,v 1.1 1996/10/31 07:10:14 scrappy Exp $
9+
* $Id: postgres.h,v 1.2 1996/11/04 06:35:36 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -39,6 +39,7 @@
3939
#include "config.h"
4040
#include "c.h"
4141
#include "utils/elog.h"
42+
#include "utils/palloc.h"
4243

4344
/* ----------------------------------------------------------------
4445
* Section 1: simple type definitions

0 commit comments

Comments
 (0)