$OpenBSD: patch-pllua_h,v 1.1.1.1 2012/10/10 10:41:36 jeremy Exp $

Recent versions of PostgreSQL require an extra header to get the
Relation struct defintion, and pllua hasn't been updated recently.

--- pllua.h.orig	Tue Oct  9 17:32:18 2012
+++ pllua.h	Tue Oct  9 17:32:27 2012
@@ -25,6 +25,7 @@
 #include <utils/datum.h>
 #include <utils/builtins.h>
 #include <utils/array.h>
+#include <utils/rel.h>
 /* Lua */
 #include <lua.h>
 #include <lualib.h>
