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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user