From 2e095b8005c91278fe90ccad25557bae5aadb750 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Sat, 3 Jan 2009 21:38:23 +0200
Subject: Fix build with gcc 4.3's cleaned up C++ headers.

---
 cache.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'cache.h')

diff --git a/cache.h b/cache.h
index 0bac611..b4857e6 100644
--- a/cache.h
+++ b/cache.h
@@ -5,6 +5,7 @@
 #ifndef VDR_TEXT2SKIN_CACHE_HPP
 #define VDR_TEXT2SKIN_CACHE_HPP
 
+#include <cstdlib>
 #include <map>
 #include <vector>
 #include <string>
-- 
cgit v1.2.3