summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-09-29 17:10:00 +0000
committerderaadt <deraadt@openbsd.org>2019-09-29 17:10:00 +0000
commitce90264886147e5a71ede7b5b005ee178b15362a (patch)
tree3359bd041baac1d7370354aefaecb3d6af56ae53
parentgroup and sort single letter options; ok deraadt (diff)
downloadwireguard-openbsd-ce90264886147e5a71ede7b5b005ee178b15362a.tar.xz
wireguard-openbsd-ce90264886147e5a71ede7b5b005ee178b15362a.zip
oops .h file missing
-rw-r--r--usr.sbin/ldomd/ldomd.c3
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>