summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_util.h')
-rw-r--r--src/pl/plpython/plpy_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_util.h b/src/pl/plpython/plpy_util.h
index f990bb08908..c9ba7edc0ec 100644
--- a/src/pl/plpython/plpy_util.h
+++ b/src/pl/plpython/plpy_util.h
@@ -6,6 +6,8 @@
#ifndef PLPY_UTIL_H
#define PLPY_UTIL_H
+#include "plpython.h"
+
extern PyObject *PLyUnicode_Bytes(PyObject *unicode);
extern char *PLyUnicode_AsString(PyObject *unicode);