please lint

git-svn-id: file:///svn/unbound/trunk@1673 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-06-18 14:39:50 +00:00
parent 790fe91662
commit c1b2364d1d

View file

@ -54,6 +54,10 @@
#include "util/config_file.h" #include "util/config_file.h"
#include "pythonmod_utils.h" #include "pythonmod_utils.h"
#ifdef S_SPLINT_S
typedef struct PyObject PyObject;
#endif
/** /**
* Global state for the module. * Global state for the module.
*/ */