summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2012-07-10 10:56:13 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2012-07-10 10:56:13 +0000
commit75db6922a00509f20b0e1e7dd8ae17f18492f733 (patch)
tree6a02e499f02f7b5e55151d15c24a7a71a665c5a1
parent560acbab9b3d8c1ff4bc993ab6023f4a32c0ef6b (diff)
+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>