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/net-analyzer/tcpslice/files/tcpslice-1.2a_p3-exit.patch

11 lines
148 B

--- a/util.c
+++ b/util.c
@@ -25,6 +25,7 @@
#endif
#include <sys/types.h>
+#include <stdlib.h> /* exit() */
#include <stdio.h>
#if __STDC__