From efb9a2afa816a351ac4f11e19f4e46acfee4606d Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 20 Apr 2009 21:06:34 -0400 Subject: [PATCH] Include aspectbin.h in the glade_simple example. --- examples/glade_simple.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/glade_simple.c b/examples/glade_simple.c index 0431a63..4d598a2 100644 --- a/examples/glade_simple.c +++ b/examples/glade_simple.c @@ -23,6 +23,8 @@ #include #include +#include + int main(int argc, char **argv) { GladeXML *xml; -- 2.43.0