ddebug: Fix use of alloca() without #include "c99_alloca.h"
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Fixes: 6fe6c18c12 ("util: add/use new os_mkdir() function")
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41389>
This commit is contained in:
Jon Turney 2026-04-30 17:05:55 +01:00
parent 0d39d4e99e
commit 2b9e491b67

View file

@ -40,6 +40,7 @@
#include "util/os_time.h"
#include <inttypes.h>
#include "util/detect.h"
#include "c99_alloca.h"
void
dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose)