summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.hxx.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-16 22:03:59 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-16 22:03:59 (GMT)
commitb1fe5176884d096c4a77d11a89986ee8fd21f2d9 (patch)
treecbbc5165190ffbfdd05ddf7c30c1561975ff30a3 /Source/kwsys/SystemInformation.hxx.in
parent1412cc442e29f2a7b5c19387cf38aa2e54a8c11d (diff)
downloadCMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.zip
CMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.tar.gz
CMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.tar.bz2
Try to fix missing size_t on qnx
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r--Source/kwsys/SystemInformation.hxx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in
index db23fe7..b6ebe6a 100644
--- a/Source/kwsys/SystemInformation.hxx.in
+++ b/Source/kwsys/SystemInformation.hxx.in
@@ -19,6 +19,7 @@
# define kwsys_ios @KWSYS_NAMESPACE@_ios
#endif
#include <@KWSYS_NAMESPACE@/stl/string>
+#include <stddef.h> /* size_t */
namespace @KWSYS_NAMESPACE@
{