summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-utf8/sd-utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd/sd-utf8/sd-utf8.c')
-rw-r--r--src/libsystemd/sd-utf8/sd-utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-utf8/sd-utf8.c b/src/libsystemd/sd-utf8/sd-utf8.c
index 381397cc52..9e52db3b3d 100644
--- a/src/libsystemd/sd-utf8/sd-utf8.c
+++ b/src/libsystemd/sd-utf8/sd-utf8.c
@@ -21,8 +21,8 @@
#include "sd-utf8.h"
-#include "util.h"
#include "utf8.h"
+#include "util.h"
_public_ const char *sd_utf8_is_valid(const char *s) {
assert_return(s, NULL);