summaryrefslogtreecommitdiff
path: root/src/libsystemd/src/sd-journal/mmap-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd/src/sd-journal/mmap-cache.c')
-rw-r--r--src/libsystemd/src/sd-journal/mmap-cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsystemd/src/sd-journal/mmap-cache.c b/src/libsystemd/src/sd-journal/mmap-cache.c
index e488755e67..7f4aa78308 100644
--- a/src/libsystemd/src/sd-journal/mmap-cache.c
+++ b/src/libsystemd/src/sd-journal/mmap-cache.c
@@ -27,10 +27,11 @@
#include "basic/list.h"
#include "basic/log.h"
#include "basic/macro.h"
-#include "mmap-cache.h"
#include "basic/sigbus.h"
#include "basic/util.h"
+#include "mmap-cache.h"
+
typedef struct Window Window;
typedef struct Context Context;
typedef struct FileDescriptor FileDescriptor;