blob: 38946ac38524d94efcc96538805dfd07f67b40bb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/fping.c
+++ b/fping.c
@@ -106,6 +106,7 @@
#include <arpa/inet.h>
#include <netdb.h>
+#include <err.h> /* err() warnx() */
/* RS6000 has sys/select.h */
#ifdef HAVE_SYS_SELECT_H
|