From: Peter Johnson Date: Tue, 28 Mar 2006 02:26:19 +0000 (-0000) Subject: * splitpath_test.c: Include file.h not splitpath.c to match [1433]. X-Git-Tag: v0.5.0rc2~5^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8541ca24952497a2ffe1af9589cc6fd3338ef12;p=yasm * splitpath_test.c: Include file.h not splitpath.c to match [1433]. svn path=/trunk/yasm/; revision=1434 --- diff --git a/libyasm/tests/splitpath_test.c b/libyasm/tests/splitpath_test.c index 5fbb6388..6e3939d5 100644 --- a/libyasm/tests/splitpath_test.c +++ b/libyasm/tests/splitpath_test.c @@ -34,7 +34,7 @@ #include -#include "libyasm/splitpath.c" +#include "libyasm/file.c" typedef struct Test_Entry { /* splitpath function to test */