aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/test/test.h')
-rw-r--r--usr.bin/tar/test/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tar/test/test.h b/usr.bin/tar/test/test.h
index bb7003eb9dbb..ea801e24b5ef 100644
--- a/usr.bin/tar/test/test.h
+++ b/usr.bin/tar/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.