include gprintf.h in hostnamed.c/localed.c to allow strict compilation
[systembsd.git] / src / interfaces / hostnamed / hostnamed.c
index 0cdbd36ad6af75039cc85c5c132ac48a9d3e63aa..3d1b3d2305d98d553ca9bae1811b5b136fcbb24f 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <sys/param.h>
 
+#include <glib/gprintf.h>
+
 #include "hostnamed-gen.h"
 
 GPtrArray *hostnamed_freeable;