diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-01 21:53:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-01 21:53:47 +0000 |
commit | 400d9d420517a81d5f55153b0dda90aced1cbfb3 (patch) | |
tree | 3b611e4bd9b1442be9560ec89723ac522eb8ca98 /include | |
parent | ad1145a2013bb16fa1a7ac782dc9a9b6a556d783 (diff) | |
download | curl-400d9d420517a81d5f55153b0dda90aced1cbfb3.tar.gz |
- Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY
operating system.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 7b9bff3e1..349a37714 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -64,7 +64,7 @@ libc5-based Linux systems. Only include it on system that are known to require it! */ #if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ - defined(__minix) || defined(__SYMBIAN32__) + defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) #include <sys/select.h> #endif |