diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-19 13:07:59 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2005-10-19 13:07:59 +0000 |
commit | a52d64384bb7d6cbec45f6438aae58c514bb1c63 (patch) | |
tree | ffb45b5580951c0bdeb775457866c430add43399 /usr.sbin/ospfd/lsupdate.c | |
parent | 90117bd480f49dc64613a7265ad82531cfb37135 (diff) |
use string.h; ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/lsupdate.c')
-rw-r--r-- | usr.sbin/ospfd/lsupdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <claudio@openbsd.org> @@ -23,7 +23,7 @@ #include <arpa/inet.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include "ospf.h" #include "ospfd.h" |