Browse Source

ERR: Add missing include

Andy Cedilnik 21 years ago
parent
commit
899be21cde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/kwsys/CommandLineArguments.cxx

+ 1 - 0
Source/kwsys/CommandLineArguments.cxx

@@ -23,6 +23,7 @@
 #include KWSYS_HEADER(ios/iostream)
 
 #include <stdio.h>
+#include <stdlib.h>
 
 namespace KWSYS_NAMESPACE
 {