From 2f9cce36870e8abb3684afc70d7ce66d25245885 Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Wed, 4 Mar 2009 20:24:59 +0100
Subject: compilefix

---
 util/fluxbox-update_configs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc
index 90a40d0..96382da 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -473,7 +473,7 @@ string read_file(const string& filename) {
     if (it != file_cache.end())
         return it->second;
 
-    stat s;
+    struct stat s;
     stat(filename.c_str(), &s);
 
     if (! (s.st_mode & S_IFREG))
-- 
cgit v0.11.2