diff options
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h index 0867478471b..7716ad21d21 100644 --- a/usr.sbin/ospf6d/ospf6d.h +++ b/usr.sbin/ospf6d/ospf6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6d.h,v 1.15 2009/06/06 09:02:46 eric Exp $ */ +/* $OpenBSD: ospf6d.h,v 1.16 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org> @@ -29,7 +29,7 @@ #include <netinet/in.h> #include <event.h> -#include "imsg.h" +#include <imsg.h> #include "ospf6.h" #define CONF_FILE "/etc/ospf6d.conf" |