include gprintf.h in hostnamed.c/localed.c to allow strict compilation
authorkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 05:09:59 +0000 (00:09 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 05:09:59 +0000 (00:09 -0500)
src/interfaces/hostnamed/hostnamed.c
src/interfaces/localed/localed.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;
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;