diff options
-rw-r--r-- | usr.sbin/ldomd/ldomd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldomd/ldomd.c b/usr.sbin/ldomd/ldomd.c index 6a94f302ce0..db5e6bf5fbd 100644 --- a/usr.sbin/ldomd/ldomd.c +++ b/usr.sbin/ldomd/ldomd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldomd.c,v 1.8 2019/09/28 16:12:13 deraadt Exp $ */ +/* $OpenBSD: ldomd.c,v 1.9 2019/09/29 17:10:00 deraadt Exp $ */ /* * Copyright (c) 2012 Mark Kettenis @@ -25,6 +25,7 @@ #include <stdarg.h> #include <stdlib.h> #include <stdio.h> +#include <limits.h> #include <string.h> #include <syslog.h> #include <time.h> |