summaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-08 08:09:40 -0500
committerGitHub <noreply@github.com>2016-11-08 08:09:40 -0500
commita809cee58249cc2f42222f1ab5d4746d634c2668 (patch)
tree1dbd042bd61e17b01ad12143dfb171ecd4e7dbcd /src/core/main.c
parentb719b26cb34e8f2ac752ae7dca2c100b656195a4 (diff)
parent6e2b4a6994e29544cb25e5387961d8a9dcf65063 (diff)
Merge pull request #4612 from keszybz/format-strings
Format string tweaks (and a small fix on 32bit)
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index e01fed6b7c..f5f7df838d 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -53,7 +53,7 @@
#include "fd-util.h"
#include "fdset.h"
#include "fileio.h"
-#include "formats-util.h"
+#include "format-util.h"
#include "fs-util.h"
#include "hostname-setup.h"
#include "ima-setup.h"