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/hunt/files/hunt-1.5-exit.patch

11 lines
208 B

--- a/timer.c
+++ b/timer.c
@@ -8,6 +8,7 @@
*/
#include <stdio.h>
#include <unistd.h>
+#include <stdlib.h> /* exit() */
#include "hunt.h"
struct list timejob_list = LIST_INIT(struct timejob, j_next);