Ticket #188: gcc4.3-deluge.patch

File gcc4.3-deluge.patch, 616 bytes (added by xyz@…, 16 years ago)
  • deluge-0.6/libtorrent/src/assert.cpp

    old new  
    3434 
    3535#include <cxxabi.h> 
    3636#include <string> 
     37#include <cstring> 
    3738#include <stdlib.h> 
    3839 
    3940std::string demangle(char const* name) 
  • deluge-0.6/libtorrent/src/lazy_bdecode.cpp

    old new  
    3333#include "libtorrent/lazy_entry.hpp" 
    3434#include <iostream> 
    3535#include <iomanip> 
     36#include <cstring> 
    3637 
    3738namespace libtorrent 
    3839{