aboutsummaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-04-09 14:48:56 +0000
committerEd Maste <emaste@FreeBSD.org>2025-04-09 19:45:50 +0000
commit9792a032f0a99557271d6b7f7b0a955386c1fdbe (patch)
treefffe2fb734d6754ae63284d06db6bef8bb091a84 /includes.h
parentde47678f9822eb19289056cce942a43a29e28c06 (diff)
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 6d17ef6da933..8f933568d337 100644
--- a/includes.h
+++ b/includes.h
@@ -49,6 +49,9 @@
#ifdef HAVE_PATHS_H
# include <paths.h>
#endif
+#ifdef HAVE_FCNTL_H
+# include <fcntl.h> /* For AT_FDCWD */
+#endif
/*
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively