include abstract.h

This commit is contained in:
Guido van Rossum 1995-07-18 14:07:52 +00:00
parent a827537afa
commit 3c7807937e
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "modsupport.h"
#include "ceval.h"
#include "abstract.h"
extern void Py_FatalError Py_PROTO((char *));
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))