$NetBSD: patch-aa,v 1.1.1.1 2007/02/04 19:05:16 milosn Exp $

--- kqueuemodule.c.orig	2002-11-24 10:19:42.000000000 +0100
+++ kqueuemodule.c
@@ -30,6 +30,10 @@
 
 #include <Python.h>
 
+#if defined(PY_LONG_LONG) && !defined(LONG_LONG)                                                   
+#define LONG_LONG PY_LONG_LONG
+#endif                                                                                             
+
 #include <sys/event.h>
 
 /* -=-=-=-=-=-=-=-=-=-=-=-= KEvent Object =-=-=-=-=-=-=-=-=-=-=-= */
