head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2025.05.05.22.00.49; author wiz; state Exp; branches; next ; commitid kPkG35LQD5FzALTF; desc @@ 1.1 log @rudiments: add missing header for struct timespec Fixes build on NetBSD 10.99.14. @ text @$NetBSD$ Add missing header for 'struct timespec'. --- src/semaphoreset.cpp.orig 2025-05-05 21:56:55.178754274 +0000 +++ src/semaphoreset.cpp @@@@ -20,6 +20,10 @@@@ #include #endif +#ifdef RUDIMENTS_HAVE_SEMTIMEDOP + #include +#endif + #ifdef RUDIMENTS_HAVE_SYS_SEM_H // for struct sembuf #include @