include gprintf.h in hostnamed.c/localed.c to allow strict compilation
[systembsd.git] / src / interfaces / localed / localed.c
index d6bf1aac4fd30a1b03c70696c563d6a93faeee39..1c628daf6de4911210fca8934fecc1334193befa 100644 (file)
@@ -17,6 +17,8 @@
 #include <unistd.h>
 #include <limits.h>
 
+#include <glib/gprintf.h>
+
 #include "localed-gen.h"
 
 GPtrArray *localed_freeable;