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/lsupdate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ospfd/lsupdate.c') 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" -- cgit v1.2.3