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>
This commit is contained in:
Ramkumar Ramachandra
2010-07-29 11:06:19 +05:30
committed by Junio C Hamano
parent e605164d1d
commit 199f549874
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*/
#include <stdlib.h>
#include "vcs-svn/svndump.h"
#include "svndump.h"
int main(int argc, char **argv)
{