$OpenBSD: patch-module_core_c,v 1.1 2018/04/01 09:30:18 landry Exp $

Fix build with pygame 1.9.3

Index: module/core.c
--- module/core.c.orig
+++ module/core.c
@@ -1,5 +1,6 @@
 #include "renpy.h"
 #include "IMG_savepng.h"
+#define PYGAME_H
 #include <pygame/pygame.h>
 #include <stdio.h>
 #include <math.h>
