summaryrefslogtreecommitdiff
path: root/src/core/audit-fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/audit-fd.c')
-rw-r--r--src/core/audit-fd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/audit-fd.c b/src/core/audit-fd.c
index 5a18e263a8..76afe3fe15 100644
--- a/src/core/audit-fd.c
+++ b/src/core/audit-fd.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -21,13 +19,15 @@
#include <errno.h>
+
#include "audit-fd.h"
#ifdef HAVE_AUDIT
-#include <stdbool.h>
#include <libaudit.h>
+#include <stdbool.h>
+#include "fd-util.h"
#include "log.h"
#include "util.h"