Low: sanitize import of <poll.h> symbols

This commit is contained in:
Jan Pokorný 2016-10-17 17:29:10 +02:00
parent c1c26c94cb
commit ab78f2a4fd
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2
7 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,6 @@ extern "C" {
#include <qb/qbconfig.h>
#include <pthread.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <qb/qbipc_common.h>

View File

@ -29,6 +29,7 @@ extern "C" {
#include <signal.h>
#include <stdint.h>
#include <poll.h> /* make POLLIN etc. readily available */
/**
* @file qbloop.h

View File

@ -19,6 +19,7 @@
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
*/
#include "os_base.h"
#include <poll.h>
#if defined(HAVE_GETPEERUCRED)
#include <ucred.h>

View File

@ -19,6 +19,7 @@
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
*/
#include "os_base.h"
#include <poll.h>
#include "ipc_int.h"
#include "util_int.h"

View File

@ -19,6 +19,7 @@
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
*/
#include "os_base.h"
#include <poll.h>
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>

View File

@ -19,6 +19,7 @@
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
*/
#include "os_base.h"
#include <poll.h>
#include "ipc_int.h"
#include "util_int.h"

View File

@ -19,6 +19,7 @@
* along with libqb. If not, see <http://www.gnu.org/licenses/>.
*/
#include "os_base.h"
#include <poll.h>
#include "util_int.h"
#include "ipc_int.h"