diff options
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index 09dcd040e57..c6718ca71d9 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.73 2014/11/13 21:36:23 florian Exp $ */ +/* $OpenBSD: main.c,v 1.74 2014/11/16 04:16:41 guenther Exp $ */ /* This file is in the public domain. */ @@ -12,6 +12,7 @@ #include "macro.h" #include <err.h> +#include <limits.h> #include <locale.h> int thisflag; /* flags, this command */ |