aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r--src/tutorial/complex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index d6fdc1eed97..5b7da346121 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -10,6 +10,8 @@
#include "libpq/pqformat.h" /* needed for send/recv functions */
+PG_MODULE_MAGIC;
+
typedef struct Complex
{
double x;