From: Lennart Poettering Date: Sun, 7 Feb 2016 17:37:23 +0000 (+0100) Subject: resolved: include inttypes.h in resolved-def.h given that we use UINT64_C X-Git-Tag: v229~13^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53c6e4a2b8f65d6cc10784458833210837be180;p=thirdparty%2Fsystemd.git resolved: include inttypes.h in resolved-def.h given that we use UINT64_C --- diff --git a/src/resolve/resolved-def.h b/src/resolve/resolved-def.h index d43a1fe25e2..c4c1915b18b 100644 --- a/src/resolve/resolved-def.h +++ b/src/resolve/resolved-def.h @@ -19,6 +19,8 @@ along with systemd; If not, see . ***/ +#include + #define SD_RESOLVED_DNS (UINT64_C(1) << 0) #define SD_RESOLVED_LLMNR_IPV4 (UINT64_C(1) << 1) #define SD_RESOLVED_LLMNR_IPV6 (UINT64_C(1) << 2)