diff options
Diffstat (limited to 'xombrero.h')
-rw-r--r-- | xombrero.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h index d5da4d9..64ac54a 100644 --- a/xombrero.h +++ b/xombrero.h @@ -48,6 +48,8 @@ u_int32_t arc4random_uniform(u_int32_t); #include <sys/tree.h> #include <X11/Xlib.h> #include <sys/un.h> +#include <sys/param.h> +#define LOGIN_NAME_MAX MAXLOGNAME #elif defined(__OpenBSD__) #include <util.h> #include <sys/tree.h> |