]> git.mxchange.org Git - simgear.git/commitdiff
Linux needs <cstring>
authorJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 09:58:51 +0000 (11:58 +0200)
committerJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 09:58:51 +0000 (11:58 +0200)
simgear/io/HTTPContentDecode.cxx

index 3a6af96e42a23cc48c710995e8f603a2f5f8f7a2..86a0db9c9a77dbe2890c2f6f928e177c1d7407e4 100644 (file)
@@ -22,6 +22,7 @@
 #include <cassert>
 #include <cstdlib> // rand()
 #include <iostream>
+#include <cstring> // for memset, memcpy
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/structure/exception.hxx>