diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-17 17:52:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-17 17:52:50 +0000 |
commit | a4861c4d36364de803f99722a0d761c5ac74bfb6 (patch) | |
tree | b4e10b5a964395d539ed00475ea6853a915c0bf2 | |
parent | ec5854a94536a301a5d24aca468a9deed25b946c (diff) |
Include <sys/param.h> to get MAX macro
-rw-r--r-- | libexec/spamd-setup/spamd-setup.c | 4 |
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> |