Commit 5973a71e authored by Keith Packard's avatar Keith Packard Committed by Carles Cufi
Browse files

posix: options/shm.c needs _POSIX_C_SOURCE



This file uses PATH_MAX, which is defined in limits.h when _POSIX_C_SOURCE
is set.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent ea366ecc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@
 * SPDX-License-Identifier: Apache-2.0
 */

#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200809L

#include <string.h>
#include <stdio.h>