From a52d64384bb7d6cbec45f6438aae58c514bb1c63 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 19 Oct 2005 13:07:59 +0000 Subject: use string.h; ok claudio@ --- usr.sbin/ospfd/lsack.c | 4 ++-- usr.sbin/ospfd/lsupdate.c | 4 ++-- usr.sbin/ospfd/packet.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/ospfd') diff --git a/usr.sbin/ospfd/lsack.c b/usr.sbin/ospfd/lsack.c index eb4e798e8ad..bccdf4a54dd 100644 --- a/usr.sbin/ospfd/lsack.c +++ b/usr.sbin/ospfd/lsack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsack.c,v 1.13 2005/05/27 02:24:42 norby Exp $ */ +/* $OpenBSD: lsack.c,v 1.14 2005/10/19 13:07:58 stevesk Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby @@ -24,7 +24,7 @@ #include #include -#include +#include #include "ospfd.h" #include "ospf.h" diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c index 184c1174523..e0206d8ff04 100644 --- a/usr.sbin/ospfd/lsupdate.c +++ b/usr.sbin/ospfd/lsupdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsupdate.c,v 1.15 2005/10/13 09:57:37 claudio Exp $ */ +/* $OpenBSD: lsupdate.c,v 1.16 2005/10/19 13:07:58 stevesk Exp $ */ /* * Copyright (c) 2005 Claudio Jeker @@ -23,7 +23,7 @@ #include #include -#include +#include #include "ospf.h" #include "ospfd.h" diff --git a/usr.sbin/ospfd/packet.c b/usr.sbin/ospfd/packet.c index 0326a65981c..e07c1b1730e 100644 --- a/usr.sbin/ospfd/packet.c +++ b/usr.sbin/ospfd/packet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.14 2005/10/18 09:32:16 claudio Exp $ */ +/* $OpenBSD: packet.c,v 1.15 2005/10/19 13:07:58 stevesk Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include "ospfd.h" #include "ospf.h" -- cgit v1.2.3