From de93598d19d25f3fa0413c286290aa1f5573bdb4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Jun 2010 03:36:58 +0000 Subject: =?UTF-8?q?2010-06-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/rtems/tar.h, libcsupport/include/tar.h: Remove. * configure.ac: Require toolchain to provide tar.h. * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h: Use instead of . --- cpukit/libmisc/untar/untar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/untar') diff --git a/cpukit/libmisc/untar/untar.h b/cpukit/libmisc/untar/untar.h index 2e370f5add..264753f2f7 100644 --- a/cpukit/libmisc/untar/untar.h +++ b/cpukit/libmisc/untar/untar.h @@ -12,7 +12,7 @@ #define _RTEMS_UNTAR_H #include -#include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3