diff options
author | theuni <theuni@svn> | 2009-10-04 07:49:53 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2009-10-04 07:49:53 +0000 |
commit | 5d8e69381d2b7395802c4fc76d8a1b156267c493 (patch) | |
tree | 05e3b70b50678d8dd3af1f0d224097ee269316c5 | |
parent | e2c3ba6f7359e06381ed90a126594bea8d6396ed (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.cpp | 1 |
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()
{
|