diff --git a/net/xl2tpd/patches/250-xl2tpd-control-atexit-needs-stdlib.patch b/net/xl2tpd/patches/250-xl2tpd-control-atexit-needs-stdlib.patch new file mode 100644 index 000000000..e4dad8e8d --- /dev/null +++ b/net/xl2tpd/patches/250-xl2tpd-control-atexit-needs-stdlib.patch @@ -0,0 +1,12 @@ +Index: xl2tpd-1.3.7pre20141126/xl2tpd-control.c +=================================================================== +--- xl2tpd-1.3.7pre20141126.orig/xl2tpd-control.c ++++ xl2tpd-1.3.7pre20141126/xl2tpd-control.c +@@ -12,6 +12,7 @@ + + #define _GNU_SOURCE + ++#include + #include + #include + #include