blob: 82a8b0f3a154be3f5fce8e5e3ac355cf5f906731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CimCurl.cpp.orig 2009-03-04 19:10:54.000000000 +0000
+++ CimCurl.cpp
@@ -27,6 +27,7 @@
#include <string.h>
#endif
+#include <unistd.h>
#include "CimCurl.h"
extern int useNl;
|