You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/ucspi-tcp/files/0.88-protos-rblspp.patch

12 lines
214 B

rely on standard POSIX headers to fix globs of warnings
requires 0.88-protos.patch first
--- a/rblspp.c
+++ b/rblspp.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include "byte.h"
#include "str.h"
#include "scan.h"