Author: Dharanendiran <dharanendiran@timesys.com>
Date: Thu, 30 Jul 2026 09:56:02 +0530


---
 module/owlib/src/include/ow.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/module/owlib/src/include/ow.h b/module/owlib/src/include/ow.h
index 24d323a..7fe5035 100644
--- a/module/owlib/src/include/ow.h
+++ b/module/owlib/src/include/ow.h
@@ -101,6 +101,8 @@
 #include <sys/types.h>			/* for stat */
 #endif							/* HAVE_SYS_TYPES_H */
 
+#include <sys/sysmacros.h>
+
 #ifdef __CYGWIN__
 #define __BSD_VISIBLE  1 /* for strep */
 #endif
-- 
2.25.1

