Cleanup: Fix forward declaration of headers

This commit is contained in:
2020-03-06 16:45:06 +01:00
parent b2ee1770d4
commit 96e2bd8493
50 changed files with 76 additions and 8 deletions

View File

@@ -21,6 +21,8 @@
* \ingroup pygen
*/
#include <Python.h>
PyObject *BPyInit_blf(void);
#endif /* __BLF_PY_API_H__ */