From 210bd20ea29fa4b578f83af0213636cf3e3da77e Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 7 Oct 2013 16:32:40 -0700 Subject: Fix the build Add a missing include that was breaking the build. --- endless/eosinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/endless/eosinit.c b/endless/eosinit.c index f285da7..4edcbf0 100644 --- a/endless/eosinit.c +++ b/endless/eosinit.c @@ -4,6 +4,7 @@ #include #include +#include "endless.h" #include "eosinit-private.h" /* Constructors supported since GCC 2.7; I have this on GLib's authority. This -- cgit v1.2.3