aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 00:12:44 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 00:12:44 -0400
commit80755477735baaea66f865c316aff036bebd8e2f (patch)
treeef11a3a91f4106c8f19a21af0215c27a61afc991 /src/stdlib/paths.c
parentb1d2120d5d20c0122cc0a61f2ca09f0bc754d14d (diff)
Clean up some unistr.h issues and expand some parse macros.
Diffstat (limited to 'src/stdlib/paths.c')
-rw-r--r--src/stdlib/paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c
index 66f9eaa1..860034cb 100644
--- a/src/stdlib/paths.c
+++ b/src/stdlib/paths.c
@@ -15,8 +15,8 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
-#include <unistr.h>
+#include "../unistr-fixed.h"
#include "enums.h"
#include "integers.h"
#include "lists.h"