View | Details | Raw Unified | Return to bug 2260
Collapse All | Expand All

(-)openssh-6.6p1~/monitor_fdpass.c (+3 lines)
Lines 37-42 Link Here
37
#ifdef HAVE_POLL_H
37
#ifdef HAVE_POLL_H
38
#include <poll.h>
38
#include <poll.h>
39
#endif
39
#endif
40
#ifdef HAVE_SYS_POLL_H
41
#include <sys/poll.h>
42
#endif
40
#include <string.h>
43
#include <string.h>
41
#include <stdarg.h>
44
#include <stdarg.h>
42
45

Return to bug 2260