using #include <errno.h>, not sys/errno.h

This commit is contained in:
Alex Shinn 2010-09-26 22:27:57 +09:00
parent 2d34a57362
commit c3e1d41601

View file

@ -22,7 +22,7 @@ extern "C" {
#endif
#if SEXP_USE_GREEN_THREADS
#include <sys/time.h>
#include <sys/errno.h>
#include <errno.h>
#endif
#endif