Python API

----------
Fix gcc compiler warnings.
This commit is contained in:
Ken Hughes
2007-03-29 03:47:50 +00:00
parent 2d86a1ce28
commit 1e71afc48a
3 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
#define EXPP_BPYMODULE_H
#include <Python.h>
#include "DNA_listBase.h"
/* The Main PyType Object defined in Main.c */
extern PyTypeObject LibBlockSeq_Type;