From 34cb9c7de1ceaa854660f18544e4048cbdac4bf6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Jul 2016 10:15:08 -0400 Subject: [PATCH] Explicitly include endian.h htole64 is defined here. https://bugzilla.gnome.org/show_bug.cgi?id=769139 --- glib/gmessages.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/gmessages.c b/glib/gmessages.c index 70b93a201..c81970c12 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -106,6 +106,7 @@ #include #include #include +#include #include "glib-init.h" #include "galloca.h"