From 0055b44cafe7d7bb6c5fb0d50d22fa4fc7978745 Mon Sep 17 00:00:00 2001 Message-Id: <0055b44cafe7d7bb6c5fb0d50d22fa4fc7978745.1351979134.git.matthew.monaco@0x01b.net> From: Matthew Monaco Date: Sat, 3 Nov 2012 14:14:56 -0600 Subject: [PATCH 1/4] util.h: add missing headers --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.h b/src/util.h index 41ba545..714a87a 100644 --- a/src/util.h +++ b/src/util.h @@ -23,6 +23,8 @@ #define __UTIL_H__ #include +#include +#include G_BEGIN_DECLS -- 1.8.0