diff options
Diffstat (limited to 'openbsd-compat/glob.c')
-rw-r--r-- | openbsd-compat/glob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/glob.c b/openbsd-compat/glob.c index fd3d86c4c..439d2f50d 100644 --- a/openbsd-compat/glob.c +++ b/openbsd-compat/glob.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <sys/stat.h> | 38 | #include <sys/stat.h> |
39 | #include <dirent.h> | 39 | #include <dirent.h> |
40 | #include <ctype.h> | 40 | #include <ctype.h> |
41 | #include <pwd.h> | ||
41 | 42 | ||
42 | static long | 43 | static long |
43 | get_arg_max(void) | 44 | get_arg_max(void) |