Browse Source

Try to fix missing size_t on qnx

Bill Hoffman 16 years ago
parent
commit
b1fe517688
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/kwsys/SystemInformation.hxx.in

+ 1 - 0
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@
 {