From fee2adb299270756d44e2a4f55a3b45b0935c4c7 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 24 Jun 2008 09:05:24 +0000 Subject: (svn r13618) -Codechange: move tar-specific declarations to separate file Removes indirect dependency on and for over 40 files --- src/fileio.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index f68f6693e..56528469a 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -11,6 +11,7 @@ #include "core/alloc_func.hpp" #include "core/math_func.hpp" #include "string_func.h" +#include "tar_type.h" #ifdef WIN32 #include #else -- cgit v1.2.3-54-g00ecf