resolved: include inttypes.h in resolved-def.h given that we use UINT64_C

This commit is contained in:
Lennart Poettering 2016-02-07 18:37:23 +01:00
parent f50cd2b2f5
commit e53c6e4a2b

View 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)