We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089dfb6 commit 796aca3Copy full SHA for 796aca3
src/include/postgres.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1995, Regents of the University of California
8
9
- * $Id: postgres.h,v 1.1 1996/10/31 07:10:14 scrappy Exp $
+ * $Id: postgres.h,v 1.2 1996/11/04 06:35:36 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -39,6 +39,7 @@
39
#include "config.h"
40
#include "c.h"
41
#include "utils/elog.h"
42
+#include "utils/palloc.h"
43
44
/* ----------------------------------------------------------------
45
* Section 1: simple type definitions
0 commit comments