summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-17 17:52:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-17 17:52:50 +0000
commita4861c4d36364de803f99722a0d761c5ac74bfb6 (patch)
treeb4e10b5a964395d539ed00475ea6853a915c0bf2
parentec5854a94536a301a5d24aca468a9deed25b946c (diff)
Include <sys/param.h> to get MAX macro
-rw-r--r--libexec/spamd-setup/spamd-setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd-setup/spamd-setup.c b/libexec/spamd-setup/spamd-setup.c
index 9b196698976..e6c93aa45cc 100644
--- a/libexec/spamd-setup/spamd-setup.c
+++ b/libexec/spamd-setup/spamd-setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamd-setup.c,v 1.21 2005/03/02 16:45:30 dhartmei Exp $ */
+/* $OpenBSD: spamd-setup.c,v 1.22 2006/01/17 17:52:49 millert Exp $ */
/*
* Copyright (c) 2003 Bob Beck. All rights reserved.
@@ -24,7 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>