From bb2e986cbea963d230bec03261a011d96d900f48 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 10 Aug 2014 02:15:18 +0000 Subject: [PATCH] Only need and not all of here --- lib/libc/gdtoa/ldtoa.c | 4 ++-- lib/libc/stdlib/hcreate.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/gdtoa/ldtoa.c b/lib/libc/gdtoa/ldtoa.c index 793d71cffb5..16f6f9c75f3 100644 --- a/lib/libc/gdtoa/ldtoa.c +++ b/lib/libc/gdtoa/ldtoa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldtoa.c,v 1.1 2008/09/07 20:36:08 martynas Exp $ */ +/* $OpenBSD: ldtoa.c,v 1.2 2014/08/10 02:15:18 guenther Exp $ */ /*- * Copyright (c) 2003 David Schultz * All rights reserved. @@ -30,7 +30,7 @@ #include #endif /* !__vax__ */ #include -#include +#include #include #include #include diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index 094f32c173e..d0a377010ed 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hcreate.c,v 1.4 2007/09/02 15:19:17 deraadt Exp $ */ +/* $OpenBSD: hcreate.c,v 1.5 2014/08/10 02:15:18 guenther Exp $ */ /* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ /* @@ -50,7 +50,7 @@ #include "namespace.h" #include #include -#include +#include #include #include #include -- 2.20.1