summaryrefslogtreecommitdiffstats
path: root/contrib/svn-fe/svn-fe.c
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2010-07-29 07:36:19 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-03 15:49:20 +0200
commit199f5498741f3792e49c211f27333a426d2b11aa (patch)
tree4c6b60ef247fb00bc96fbc5090d6cbf349d87baf /contrib/svn-fe/svn-fe.c
parentAdd a sample user for the svndump library (diff)
downloadgit-199f5498741f3792e49c211f27333a426d2b11aa.tar.xz
git-199f5498741f3792e49c211f27333a426d2b11aa.zip
contrib/svn-fe: Fix IncludePath
Include the path "../../vcs-svn" while compiling it in the Makefile and change svn-fe.c to include svndump.h. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/svn-fe/svn-fe.c')
-rw-r--r--contrib/svn-fe/svn-fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/svn-fe/svn-fe.c b/contrib/svn-fe/svn-fe.c
index 43c4320cac..e9b9ba4da4 100644
--- a/contrib/svn-fe/svn-fe.c
+++ b/contrib/svn-fe/svn-fe.c
@@ -4,7 +4,7 @@
*/
#include <stdlib.h>
-#include "vcs-svn/svndump.h"
+#include "svndump.h"
int main(int argc, char **argv)
{