]> granicus.if.org Git - taglib/commitdiff
the usual daily unbreak compilation
authorDirk Mueller <mueller@kde.org>
Thu, 31 May 2007 20:51:55 +0000 (20:51 +0000)
committerDirk Mueller <mueller@kde.org>
Thu, 31 May 2007 20:51:55 +0000 (20:51 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@670244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

bindings/c/tag_c.cpp
examples/tagwriter.cpp
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tfile.cpp
taglib/toolkit/tstring.cpp
tests/toolkit-test.cpp

index c600cd8bd3ca5f200be1a99772a8272ea90cce27..394e88c6f61e908a6844cbb71558f9cd87a85c69 100644 (file)
@@ -29,6 +29,7 @@
 #include <oggflacfile.h>
 #include <mpcfile.h>
 #include <tag.h>
+#include <string.h>
 #include <id3v2framefactory.h>
 
 using namespace TagLib;
index 2a44cf7ff970c9a2d89167e5db6cb88c6c5e4759..859a9a82391376c3648ffbe0b94a15ddde861daa 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <iostream>
+#include <string.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index 9b2bcc2631a90bbb6f0c2c9a821384680acc23a1..363b76856a642cd39073e66d8662d1d30ba43ac8 100644 (file)
@@ -24,6 +24,8 @@
 #include <tstring.h>
 #include <tdebug.h>
 
+#include <string.h>
+
 #include "tbytevector.h"
 
 // This is a bit ugly to keep writing over and over again.
index becbb4d2823126d206ef501e5eea55c2915799e2..ae6ec82efd706603b562f168958614b428c288f3 100644 (file)
@@ -24,6 +24,7 @@
 #include "tdebug.h"
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #ifdef _WIN32
 # include <io.h>
index 923b95022a9f01b2586db783c1059b0126b9e3de..01cff0d1de17e5683c6543b8e16bbfa996d118c3 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <iostream>
 
+#include <string.h>
+
 namespace TagLib {
 
   inline unsigned short byteSwap(unsigned short x)
index 85503c1b3f1e71653d9118f9a44e540ecab9afc5..372c75d6b9bd38d01a8c477b2c33da1ac9673479 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <iostream>
+#include <string.h>
 
 #include <tbytevector.h>
 #include <tbytevectorlist.h>