]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-remote-parse.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / journal-remote / journal-remote-parse.c
index 2e0f78701a5a9a1214b4f4e681d0ded6ffa001a1..e9bca39a20085077537efa8b18c9fe32b1bdbbc4 100644 (file)
@@ -19,8 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "journal-remote-parse.h"
 #include "journald-native.h"
+#include "string-util.h"
+#include "journal-remote-parse.h"
 
 #define LINE_CHUNK 8*1024u