Include git2/remote.h

This commit is contained in:
Richo Healey
2013-05-06 13:51:15 +10:00
parent a14e6bfbe5
commit af5d0d07dd

View File

@@ -31,6 +31,7 @@
#define PY_SSIZE_T_CLEAN #define PY_SSIZE_T_CLEAN
#include <Python.h> #include <Python.h>
#include <git2.h> #include <git2.h>
#include <git2/remote.h>
PyObject* Remote_init(Remote *self, PyObject *args, PyObject *kwds); PyObject* Remote_init(Remote *self, PyObject *args, PyObject *kwds);
PyObject* Remote_fetch(Remote *self, PyObject *args); PyObject* Remote_fetch(Remote *self, PyObject *args);