summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2020-09-10 11:34:48 +0100
committerThomas Habets <habets@google.com>2020-09-10 11:34:48 +0100
commita093f49a024713f6319d73a3ae32d0986b569057 (patch)
tree518b424b6e1e27b7f9095bb056ee2fa29baa8c21
parentdd8d503b6e1af3645849ed81ad23dc370e2b141b (diff)
downloadarping-a093f49a024713f6319d73a3ae32d0986b569057.tar.gz
Include header files that should be there
-rw-r--r--src/arping.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arping.c b/src/arping.c
index a31f4f0..2427c4f 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -35,8 +35,10 @@
#include "config.h"
#endif
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <limits.h>
#include <math.h>
#include <poll.h>