summaryrefslogtreecommitdiff
path: root/src/basic/log.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-06 14:55:07 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commiteaca07ccfdf5d7dabc50afc7e539c2413dd69d3e (patch)
treef2876260f754b2c3f86814980568e6142cffafcd /src/basic/log.h
parentb96ed50e3493103d075ff2ce4c3fbad8f26b2e22 (diff)
Prep v228: Add remaining updates from upstream (2/3)
Apply remaining fixes and the performed move of utility functions into their own foo-util.[hc] files on libbasic.
Diffstat (limited to 'src/basic/log.h')
-rw-r--r--src/basic/log.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/basic/log.h b/src/basic/log.h
index fe59fb0ad..e6314e820 100644
--- a/src/basic/log.h
+++ b/src/basic/log.h
@@ -21,14 +21,15 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <stdbool.h>
+#include <errno.h>
#include <stdarg.h>
+#include <stdbool.h>
#include <stdlib.h>
-#include <syslog.h>
#include <sys/signalfd.h>
-#include <errno.h>
+#include <syslog.h>
#include "sd-id128.h"
+
#include "macro.h"
typedef enum LogTarget{