summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_resultobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_resultobject.h')
-rw-r--r--src/pl/plpython/plpy_resultobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_resultobject.h b/src/pl/plpython/plpy_resultobject.h
index bbaca0dd00f..978c4cc176c 100644
--- a/src/pl/plpython/plpy_resultobject.h
+++ b/src/pl/plpython/plpy_resultobject.h
@@ -7,6 +7,8 @@
#include "access/tupdesc.h"
+#include "plpython.h"
+
typedef struct PLyResultObject
{