summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist/defs.h')
-rw-r--r--usr.bin/rdist/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h
index 0fd21548cae..54099b986ac 100644
--- a/usr.bin/rdist/defs.h
+++ b/usr.bin/rdist/defs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: defs.h,v 1.31 2014/07/12 03:48:04 guenther Exp $ */
+/* $OpenBSD: defs.h,v 1.32 2015/01/16 06:40:11 deraadt Exp $ */
#ifndef __DEFS_H__
#define __DEFS_H__
@@ -37,7 +37,6 @@
*/
#include <sys/types.h>
-#include <sys/param.h>
#include <sys/file.h>
#include <sys/time.h>
#include <sys/stat.h>
@@ -55,6 +54,7 @@
#include <string.h>
#include <syslog.h>
#include <unistd.h>
+#include <limits.h>
#ifndef __GNUC__
# ifndef __attribute__