From ef6a23c56c21718489536a0475107029eaf1e993 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 8 Oct 2019 07:10:24 +0100 Subject: use sysmacros.h for major/minor --- src/project.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/project.h') diff --git a/src/project.h b/src/project.h index 1eda998..cc9135c 100644 --- a/src/project.h +++ b/src/project.h @@ -102,6 +102,10 @@ #include #endif +#if defined (HAVE_SYS_SYSMACROS_H) +#include +#endif + #include #include #include -- cgit v1.2.3