blob: c7366f525b9f97462d3b08bb6ad9c5c454fcdafb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur owfs.orig/module/owlib/src/c/ow_arg.c owfs/module/owlib/src/c/ow_arg.c
--- owfs.orig/module/owlib/src/c/ow_arg.c 2018-08-23 11:13:57.554396652 +0300
+++ owfs/module/owlib/src/c/ow_arg.c 2018-08-23 11:16:29.856931576 +0300
@@ -17,6 +17,7 @@
#include "ow.h"
#include "ow_connection.h"
#include "ow_usb_msg.h" // for DS9490_port_setup
+#include <sys/sysmacros.h>
enum arg_address { arg_addr_device, arg_addr_null,
arg_addr_ip, arg_addr_colon,
|