]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-strxcpyx.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-strxcpyx.c
index 858a4081da84c5dd4f0d1ea0562dff74b17fff72..e411d479ab81c3a17228620086b85064490bece5 100644 (file)
@@ -21,8 +21,9 @@
 
 #include <string.h>
 
-#include "util.h"
+#include "string-util.h"
 #include "strxcpyx.h"
+#include "util.h"
 
 static void test_strpcpy(void) {
         char target[25];