From: Dana Jansens Date: Fri, 1 Aug 2003 02:38:13 +0000 (+0000) Subject: add missing includes X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5101e89d14d05e621809885ea6af258fd764c0b5;p=chaz%2Fopenbox add missing includes --- diff --git a/render/theme.c b/render/theme.c index cfbc5f9c..19adaceb 100644 --- a/render/theme.c +++ b/render/theme.c @@ -6,6 +6,9 @@ #include #include +#include +#include +#include static XrmDatabase loaddb(RrTheme *theme, char *name); static gboolean read_int(XrmDatabase db, char *rname, int *value);