aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni@svn>2009-10-04 07:49:53 +0000
committertheuni <theuni@svn>2009-10-04 07:49:53 +0000
commit5d8e69381d2b7395802c4fc76d8a1b156267c493 (patch)
tree05e3b70b50678d8dd3af1f0d224097ee269316c5
parente2c3ba6f7359e06381ed90a126594bea8d6396ed (diff)
fixed: linux build after DDS addition
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23406 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--guilib/DDSImage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/DDSImage.cpp b/guilib/DDSImage.cpp
index 063ab54be6..0ddea6489a 100644
--- a/guilib/DDSImage.cpp
+++ b/guilib/DDSImage.cpp
@@ -21,6 +21,7 @@
#include "DDSImage.h"
#include "XBTF.h"
+#include <string.h>
CDDSImage::CDDSImage()
{