summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPipes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGetPipes.cxx')
-rw-r--r--Source/cmGetPipes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetPipes.cxx b/Source/cmGetPipes.cxx
index ad323f7..79f90fd 100644
--- a/Source/cmGetPipes.cxx
+++ b/Source/cmGetPipes.cxx
@@ -28,7 +28,7 @@ int cmGetPipes(int* fds)
return 0;
}
#else
-# include <errno.h>
+# include <cerrno>
# include <unistd.h>
int cmGetPipes(int* fds)