chiark / gitweb /
machined: add early checks for unrealistically large image/pool sizes
[elogind.git] / src / basic / bus-label.c
index ccc9f2bf8e58df7c6047bafc13b22c127e77b0bb..d8d5863b03b979dfa7fbade43d3514525ad18b48 100644 (file)
 
 #include <stdlib.h>
 
-#include "util.h"
-#include "macro.h"
-
+#include "alloc-util.h"
 #include "bus-label.h"
+#include "hexdecoct.h"
+#include "macro.h"
 
 char *bus_label_escape(const char *s) {
         char *r, *t;