1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-01 11:45:29 +00:00

testcommon: need <sys/wait.h> for WIFEXITED/WEXITSTATUS

CI: try Qt6 for mac; checkout@v4 -> v6
This commit is contained in:
gitlost
2026-04-18 23:43:18 +01:00
parent 7b076717f2
commit 8a76981200
3 changed files with 15 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
/* SPDX-License-Identifier: BSD-3-Clause */
#ifndef _WIN32
#include <sys/wait.h>
#include <sys/wait.h> /* For WIFEXITED/WEXITSTATUS */
#endif
#include "testcommon.h"