Merge "Fix #include poll.h and sys/cdefs.h" into 13

changes/79/2979/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit f834852137

@ -68,7 +68,7 @@
#endif
#ifndef AST_POLL_COMPAT
#include <sys/poll.h>
#include <poll.h>
#else
#include "asterisk/poll-compat.h"
#endif

@ -83,7 +83,7 @@
#ifndef AST_POLL_COMPAT
#include <sys/poll.h>
#include <poll.h>
#define ast_poll(a, b, c) poll(a, b, c)

@ -93,6 +93,7 @@
#include "asterisk.h"
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>

@ -14,6 +14,7 @@
#include "asterisk.h"
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>

Loading…
Cancel
Save