]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: include inttypes.h in resolved-def.h given that we use UINT64_C
authorLennart Poettering <lennart@poettering.net>
Sun, 7 Feb 2016 17:37:23 +0000 (18:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2016 13:32:27 +0000 (14:32 +0100)
src/resolve/resolved-def.h

index d43a1fe25e280d61af6f23057d25a3ac9936b7de..c4c1915b18beea0bcced83b967380ca15c4296aa 100644 (file)
@@ -19,6 +19,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <inttypes.h>
+
 #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)