View | Details | Raw Unified | Return to bug 1386 | Differences between
and this patch

Collapse All | Expand All

(-)atomicio.c (+4 lines)
Lines 34-39 Link Here
34
#include <errno.h>
34
#include <errno.h>
35
#ifdef HAVE_POLL_H
35
#ifdef HAVE_POLL_H
36
#include <poll.h>
36
#include <poll.h>
37
#else
38
# ifdef HAVE_SYS_POLL_H
39
#  include <sys/poll.h>
40
# endif
37
#endif
41
#endif
38
#include <string.h>
42
#include <string.h>
39
#include <unistd.h>
43
#include <unistd.h>

Return to bug 1386