diff options
author | arnova <arnova@svn> | 2009-09-28 20:12:54 +0000 |
---|---|---|
committer | arnova <arnova@svn> | 2009-09-28 20:12:54 +0000 |
commit | 723d84e5bf82e6e70aa60c2db9a506f723b34664 (patch) | |
tree | 457c4bb27b65fa6acdc0fcd324379f30a08b19bf /guilib/XBTF.cpp | |
parent | b406f09dcdb5220bf49c85fb17a7a3e3685b420f (diff) |
revert: fixed: Compile errors on Linux. May need some attention on Windows (ATK will fix it the proper way)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23226 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/XBTF.cpp')
-rw-r--r-- | guilib/XBTF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/XBTF.cpp b/guilib/XBTF.cpp index a84e60fd92..e0a572d80b 100644 --- a/guilib/XBTF.cpp +++ b/guilib/XBTF.cpp @@ -18,7 +18,7 @@ * http://www.gnu.org/copyleft/gpl.html * */ -#include <string.h> +#include <strings.h> #include "XBTF.h" CXBTFFrame::CXBTFFrame() |