diff options
Diffstat (limited to 'lib/filemode.h')
-rw-r--r-- | lib/filemode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filemode.h b/lib/filemode.h index 9ebef47806d..3ca19b85623 100644 --- a/lib/filemode.h +++ b/lib/filemode.h @@ -23,7 +23,7 @@ /* Get the declaration of strmode. */ # if HAVE_DECL_STRMODE -# include <string.h> /* MacOS X, FreeBSD, OpenBSD */ +# include <string.h> /* Mac OS X, FreeBSD, OpenBSD */ # include <unistd.h> /* NetBSD */ # endif |