From c1b2364d1da18781598603a44d51a1ef23a8e9ac Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Jun 2009 14:39:50 +0000 Subject: [PATCH] please lint git-svn-id: file:///svn/unbound/trunk@1673 be551aaa-1e26-0410-a405-d3ace91eadb9 --- pythonmod/pythonmod.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pythonmod/pythonmod.c b/pythonmod/pythonmod.c index 33778a669..1568973f5 100644 --- a/pythonmod/pythonmod.c +++ b/pythonmod/pythonmod.c @@ -54,6 +54,10 @@ #include "util/config_file.h" #include "pythonmod_utils.h" +#ifdef S_SPLINT_S +typedef struct PyObject PyObject; +#endif + /** * Global state for the module. */ -- 2.47.3