blob: 860c0c88194ab393ec9f0710894e2f23b305777b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/utils.c.orig 2018-07-19 13:30:02 UTC
+++ src/utils.c
@@ -19,6 +19,7 @@
*/
#include "utils.h"
+#include <sys/types.h>
#include <net/ethernet.h> // for ETHER_ADDR_LEN
#include <stdarg.h> // for va_list
#include <stdio.h> // for printf, NULL, vfprintf, stdout
|