components/desktop/libproxy/patches/01-memset.patch
changeset 7327 9c5f2a8218bc
equal deleted inserted replaced
7326:f350bef4a275 7327:9c5f2a8218bc
       
     1 Fix for compiling.  This change can be sent upstream
       
     2 
       
     3 --- libproxy-master/libproxy/modules/config_gnome3.cpp	Sat Sep  7 04:14:17 2013
       
     4 +++ libproxy-master/libproxy/modules/config_gnome3.cpp	Mon May 11 17:56:50 2015
       
     5 @@ -25,6 +25,7 @@
       
     6  #include <sys/stat.h>     // For stat()
       
     7  #include <unistd.h>       // For pipe(), close(), vfork(), dup(), execl(), _exit()
       
     8  #include <signal.h>       // For kill()
       
     9 +#include <string.h>       // For memset()
       
    10  
       
    11  #include "../extension_config.hpp"
       
    12  using namespace libproxy;