mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Copying ede-bug-report from branches in trunk
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef UNISTDX_H_INCLUDED
|
||||
#define UNISTDX_H_INCLUDED
|
||||
|
||||
/* Xmlrpc-c code #includes "unistdx.h" instead of <unistd.h> because
|
||||
<unistd.h> does not exist on WIN32.
|
||||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
# include <unistd.h>
|
||||
#else
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user