Diff between 0be9e9d051682428679714e6723a5553a111d2ac and 1894978e81557725cad38c816092e138e68fde26

Changed Files

File Additions Deletions Status
tools/parser/parser.h +2 -0 modified

Full Patch

diff --git a/tools/parser/parser.h b/tools/parser/parser.h
index eb5f387..f0d63b1 100644
--- a/tools/parser/parser.h
+++ b/tools/parser/parser.h
@@ -29,6 +29,8 @@
 
 #include <bluetooth/bluetooth.h>
 
+#include <netinet/in.h>
+
 struct frame {
 	void	*data;
 	int	data_len;