Kaydet (Commit) b74d084d authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Conditionalize sys/time.h inclusion.

üst aef18b1c
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
#include <signal.h> #include <signal.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h> #include <sys/time.h>
#endif
#ifndef SIG_ERR #ifndef SIG_ERR
#define SIG_ERR ((PyOS_sighandler_t)(-1)) #define SIG_ERR ((PyOS_sighandler_t)(-1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment