summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar/wrapper.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-10 15:49:02 (GMT)
committerBrad King <brad.king@kitware.com>2009-06-10 15:49:02 (GMT)
commitfb643cd48329d2b8d4d79dbb6934b715e0db8dc7 (patch)
tree4f15b7fcf964dae834df8754bb9d9633d8a5c5ae /Utilities/cmtar/wrapper.c
parent312ca9670f4061660c68f2ca879ba5dcd18ec1a1 (diff)
downloadCMake-fb643cd48329d2b8d4d79dbb6934b715e0db8dc7.zip
CMake-fb643cd48329d2b8d4d79dbb6934b715e0db8dc7.tar.gz
CMake-fb643cd48329d2b8d4d79dbb6934b715e0db8dc7.tar.bz2
COMP: Use HAVE_SYS_PARAM_H properly in libtar
The value is computed by a try-compile for libtar. This teaches the sources to actually use the result.
Diffstat (limited to 'Utilities/cmtar/wrapper.c')
-rw-r--r--Utilities/cmtar/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmtar/wrapper.c b/Utilities/cmtar/wrapper.c
index b194717..4f1271a 100644
--- a/Utilities/cmtar/wrapper.c
+++ b/Utilities/cmtar/wrapper.c
@@ -17,7 +17,7 @@
#include <libtar/compat.h>
#if defined(HAVE_SYS_PARAM_H)
-#include <sys/param.h>
+# include <sys/param.h>
#endif
#if defined(HAVE_DIRENT_H)
#include <dirent.h>