summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/cmodule.c
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-17 21:35:43 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-17 21:35:43 +0000
commit46d2fadcbf46fe88ea46c0fee126c009d17a95db (patch)
treec7c5ef67b5d69f1a4372ff72367b47f9b265c538 /rdiff-backup/rdiff_backup/cmodule.c
parentd4e634b598c0e04adffbfa627843e7ff489fa0df (diff)
downloadrdiff-backup-46d2fadcbf46fe88ea46c0fee126c009d17a95db.tar.gz
Reversed previous large file changes - answer was just to include
Python.h first. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@208 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/cmodule.c')
-rw-r--r--rdiff-backup/rdiff_backup/cmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/cmodule.c b/rdiff-backup/rdiff_backup/cmodule.c
index 47a675f..c54166d 100644
--- a/rdiff-backup/rdiff_backup/cmodule.c
+++ b/rdiff-backup/rdiff_backup/cmodule.c
@@ -13,10 +13,10 @@
* ----------------------------------------------------------------------- */
+#include <Python.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <Python.h>
#include <errno.h>
/* choose the appropriate stat and fstat functions and return structs */