diff --git a/ChangeLog b/ChangeLog index ecf7b8338..9bf64808b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-08 Robert Millan + + * fs/tar.c: Replace "fs/cpio.h" with "cpio.h". + 2009-02-08 Robert Millan * Makefile.in (host_os, host_cpu): New variables. diff --git a/fs/tar.c b/fs/tar.c index 2b0c4cb5f..6ab62bca7 100644 --- a/fs/tar.c +++ b/fs/tar.c @@ -1,2 +1,2 @@ #define MODE_USTAR 1 -#include "fs/cpio.c" +#include "cpio.c"