Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
c1d9c2ce
Commit
c1d9c2ce
authored
May 07, 2004
by
Ken Martin
Browse files
missing header for unix
parent
840339e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmCTest.cxx
View file @
c1d9c2ce
...
@@ -35,6 +35,11 @@
...
@@ -35,6 +35,11 @@
#include <math.h>
#include <math.h>
#include <float.h>
#include <float.h>
// needed for sleep
#if !defined(_WIN32)
# include <unistd.h>
#endif
#include <memory> // auto_ptr
#include <memory> // auto_ptr
#define SAFEDIV(x,y) (((y)!=0)?((x)/(y)):(0))
#define SAFEDIV(x,y) (((y)!=0)?((x)/(y)):(0))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment