journald: add missing includes

This commit is contained in:
Allin Cottrell 2012-08-24 01:46:38 +02:00 committed by Kay Sievers
parent f284860764
commit 4871690d9e
6 changed files with 6 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/socket.h>
#include "journald.h"
#include "journald-console.h"

View file

@ -1,5 +1,6 @@
%{
#include <stddef.h>
#include <sys/socket.h>
#include "conf-parser.h"
#include "journald.h"
%}

View file

@ -23,6 +23,7 @@
#include <sys/epoll.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <systemd/sd-messages.h>
#include <libudev.h>

View file

@ -20,6 +20,7 @@
***/
#include <unistd.h>
#include <stddef.h>
#include <sys/epoll.h>
#include "socket-util.h"

View file

@ -21,6 +21,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stddef.h>
#include <sys/epoll.h>
#ifdef HAVE_SELINUX

View file

@ -20,6 +20,7 @@
***/
#include <unistd.h>
#include <stddef.h>
#include <sys/epoll.h>
#include "socket-util.h"