From: kremlin Date: Tue, 15 Jul 2014 05:09:59 +0000 (-0500) Subject: include gprintf.h in hostnamed.c/localed.c to allow strict compilation X-Git-Tag: gsoc-final~87 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=4c04b514283b9d35d0e7693bd4e2a40545ec89ab include gprintf.h in hostnamed.c/localed.c to allow strict compilation --- diff --git a/src/interfaces/hostnamed/hostnamed.c b/src/interfaces/hostnamed/hostnamed.c index 0cdbd36..3d1b3d2 100644 --- a/src/interfaces/hostnamed/hostnamed.c +++ b/src/interfaces/hostnamed/hostnamed.c @@ -19,6 +19,8 @@ #include +#include + #include "hostnamed-gen.h" GPtrArray *hostnamed_freeable; diff --git a/src/interfaces/localed/localed.c b/src/interfaces/localed/localed.c index d6bf1aa..1c628da 100644 --- a/src/interfaces/localed/localed.c +++ b/src/interfaces/localed/localed.c @@ -17,6 +17,8 @@ #include #include +#include + #include "localed-gen.h" GPtrArray *localed_freeable;