From 0c1e48e0ce24b27da7eaa076cdd605dc6fccbd76 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 15 Sep 2012 00:46:43 +0000 Subject: Don't depend on sa_family_t being typedefed by ; pull in to reliably get it ok matthew@, millert@, deraadt@ --- usr.sbin/sasyncd/sasyncd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sasyncd') diff --git a/usr.sbin/sasyncd/sasyncd.h b/usr.sbin/sasyncd/sasyncd.h index ce4be7afd48..92f8ec6e013 100644 --- a/usr.sbin/sasyncd/sasyncd.h +++ b/usr.sbin/sasyncd/sasyncd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sasyncd.h,v 1.16 2012/04/14 12:11:08 haesbaert Exp $ */ +/* $OpenBSD: sasyncd.h,v 1.17 2012/09/15 00:46:43 guenther Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -30,6 +30,7 @@ */ +#include /* in_port_t and sa_family_t */ #include enum RUNSTATE { INIT = 0, SLAVE, MASTER, FAIL }; -- cgit v1.2.3-59-g8ed1b