diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2009-03-06 05:04:15 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2009-03-06 05:04:15 +0000 |
| commit | 6a7c3e70e38413ebc2dbb62b5f0c8afae8692385 (patch) | |
| tree | 7c291ee15bd4612703b84bb53107b6c2ca5bf45c /lib/libarchive/test/test.h | |
| parent | ce077a6fd87ac4e7b5feca76bd8b4e0490d3db9a (diff) | |
Notes
Diffstat (limited to 'lib/libarchive/test/test.h')
| -rw-r--r-- | lib/libarchive/test/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarchive/test/test.h b/lib/libarchive/test/test.h index 2876909672d7..34ee9f2e6163 100644 --- a/lib/libarchive/test/test.h +++ b/lib/libarchive/test/test.h @@ -33,13 +33,13 @@ */ #if defined(HAVE_CONFIG_H) /* Most POSIX platforms use the 'configure' script to build config.h */ -#include "../../config.h" +#include "config.h" #elif defined(__FreeBSD__) /* Building as part of FreeBSD system requires a pre-built config.h. */ -#include "../config_freebsd.h" +#include "config_freebsd.h" #elif defined(_WIN32) /* Win32 can't run the 'configure' script. */ -#include "../config_windows.h" +#include "config_windows.h" #else /* Warn if the library hasn't been (automatically or manually) configured. */ #error Oops: No config.h and no pre-built configuration in test.h. |
