aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r--src/pl/plpython/plpython.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index a25f4a9d062..865ddb3aac6 100644
--- a/src/pl/plpython/plpython.c
+++ b/src/pl/plpython/plpython.c
@@ -1,5 +1,6 @@
-/* -*- C -*-
- *
+/* $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.2 2001/05/12 01:30:30 petere Exp $ */
+
+/*
* plpython.c - python as a procedural language for PostgreSQL
*
* IDENTIFICATION
@@ -33,6 +34,8 @@
*
**********************************************************************/
+#include "postgres.h"
+
/* system stuff
*/
#include <dlfcn.h>