diff options
-rw-r--r-- | xombrero.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h index eb4e6e3..20efb34 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> |