]> granicus.if.org Git - postgresql/blobdiff - src/include/postgres_fe.h
Update copyright for 2016
[postgresql] / src / include / postgres_fe.h
index a44f8d646134aa87b5fb50e2c5cbba1dbc1744a3..69c0ad8eaa988f70cfd8259f6fa38055dab1c25d 100644 (file)
@@ -8,16 +8,22 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.11 2006/03/05 15:58:53 momjian Exp $
+ * src/include/postgres_fe.h
  *
  *-------------------------------------------------------------------------
  */
 #ifndef POSTGRES_FE_H
 #define POSTGRES_FE_H
 
+#ifndef FRONTEND
+#define FRONTEND 1
+#endif
+
 #include "c.h"
 
+#include "common/fe_memutils.h"
+
 #endif   /* POSTGRES_FE_H */