Also build launcher with -std=c11

Fixes #8642
This commit is contained in:
Kovid Goyal
2025-05-16 19:33:30 +05:30
parent e015ebefab
commit 35067a60ff
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
* Distributed under terms of the GPL3 license.
*/
#define _POSIX_C_SOURCE 200809L
#include "shlex.h"
#include "utils.h"
#include "launcher.h"

View File

@@ -17,6 +17,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
static const char* home = NULL;