summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2012-07-10 10:56:12 +0000
committernicm <nicm@openbsd.org>2012-07-10 10:56:12 +0000
commita3cadbf34926970366b4189c01d107ff90c7528e (patch)
tree7a05e4e57301c28b36eae995f049248c83089c9d
parentOnce we've set up termios, lines need to be \r\n terminated, and we need (diff)
downloadwireguard-openbsd-a3cadbf34926970366b4189c01d107ff90c7528e.tar.xz
wireguard-openbsd-a3cadbf34926970366b4189c01d107ff90c7528e.zip
+limits.h.
-rw-r--r--usr.bin/cu/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cu/command.c b/usr.bin/cu/command.c
index e48653bab04..a6e168dfce9 100644
--- a/usr.bin/cu/command.c
+++ b/usr.bin/cu/command.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: command.c,v 1.6 2012/07/10 10:28:05 nicm Exp $ */
+/* $OpenBSD: command.c,v 1.7 2012/07/10 10:56:12 nicm Exp $ */
/*
* Copyright (c) 2012 Nicholas Marriott <nicm@openbsd.org>
@@ -23,6 +23,7 @@
#include <event.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <paths.h>
#include <signal.h>
#include <stdlib.h>