From 3473ddaa2c5e1fd0f006f8cd1394908405b1ed91 Mon Sep 17 00:00:00 2001 From: Matthew Kocher Date: Fri, 24 Apr 2026 16:43:43 -0700 Subject: [PATCH] make nstar compile on Resolute --- rundmc/nstar/nstar.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rundmc/nstar/nstar.c b/rundmc/nstar/nstar.c index 06372003d..2ee07363b 100644 --- a/rundmc/nstar/nstar.c +++ b/rundmc/nstar/nstar.c @@ -17,7 +17,11 @@ #include #include #include -#include +#include + +#ifndef AT_EMPTY_PATH +#define AT_EMPTY_PATH 0x1000 +#endif #include "pwd.h"