summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-23 17:32:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-23 17:32:14 (GMT)
commit48fe81acdd94ace2a03e76c6d55eba9993571964 (patch)
tree079da02c531c82b5fce4f49bd29714881b755314 /Source/cmSystemTools.cxx
parent5843ae455e86be59425910f510d211a9cf8a2eeb (diff)
downloadCMake-48fe81acdd94ace2a03e76c6d55eba9993571964.zip
CMake-48fe81acdd94ace2a03e76c6d55eba9993571964.tar.gz
CMake-48fe81acdd94ace2a03e76c6d55eba9993571964.tar.bz2
Try to remove some warnings
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 08b414d..a5a6102 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -16,7 +16,7 @@
=========================================================================*/
#include "cmSystemTools.h"
#include "errno.h"
-#include "stdio.h"
+#include <stdio.h>
#include <sys/stat.h>
#include "cmRegularExpression.h"
#include <ctype.h>