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/ndoutils/files/ndoutils-2.0.0-sleep.patch

11 lines
284 B

--- a/src/queue.c
+++ b/src/queue.c
@@ -8,6 +8,7 @@
#include "../include/queue.h"
#include <errno.h>
#include <time.h>
+#include <unistd.h> /* sleep() */
#define RETRY_LOG_INTERVAL 600 /* Seconds */
#define MAX_RETRIES 20 /* Max number of times to retry sending message */