head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.15.07.22.00; author nia; state Exp; branches; next ; commitid IsZBygkx1w3ZFRJG; desc @@ 1.1 log @sfsexp: Include the standard open(2) header Should help building on SunOS with GCC 15. @ text @$NetBSD$ Include the standard open(2) header, should help building on SunOS with GCC 15. --- examples/binmode.c.orig 2026-06-15 07:17:53.390539746 +0000 +++ examples/binmode.c @@@@ -31,10 +31,10 @@@@ LA-CC-04-094 **/ -#include #include "sexp.h" #include #ifndef WIN32 +# include # include #else # define ssize_t int @