Merge remote-tracking branch 'richo/bugs/odb_stream'

This commit is contained in:
J. David Ibáñez 2013-05-06 19:43:40 +02:00
commit 1a93cb0a89
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -36,6 +36,7 @@
#include "note.h"
#include "repository.h"
#include "remote.h"
#include <git2/odb_backend.h>
extern PyObject *GitError;