CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/05 02:55:07
Modified files: lib/libutil : imsg.h Log message: Add back #include <sys/types.h> for pid_t This makes imsg.h is self-standing again and unbreaks the build of audio/amused whose player.c managed to include imsg.h before pulling in sys/types.h. ok claudio