linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / mysocketw / gcc.patch
blob7779a18fa528e7e95441a35641f72bd7cff7c0be
1 I picked it up from:
2 http://www.rigsofrods.com/wiki/images/c/c0/Socketw.patch
4 --- a/src/sw_base.cxx.old 2009-12-19 21:19:31.057051328 -0800
5 +++ b/src/sw_base.cxx 2009-12-19 21:19:44.939551918 -0800
6 @@ -19,6 +19,7 @@
7 #include <time.h>
8 #include <stdio.h>
9 #include <string.h>
10 +#include <stdlib.h>
12 #ifndef __WIN32__
13 #include <netdb.h>