From 5101e89d14d05e621809885ea6af258fd764c0b5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Aug 2003 02:38:13 +0000 Subject: [PATCH] add missing includes --- render/theme.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2