summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/hcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/hcreate.c')
-rw-r--r--src/lib/libc/stdlib/hcreate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/hcreate.c b/src/lib/libc/stdlib/hcreate.c
index d0a377010e..cb547a8d36 100644
--- a/src/lib/libc/stdlib/hcreate.c
+++ b/src/lib/libc/stdlib/hcreate.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hcreate.c,v 1.5 2014/08/10 02:15:18 guenther Exp $ */ 1/* $OpenBSD: hcreate.c,v 1.6 2015/09/10 18:13:46 guenther Exp $ */
2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ 2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
3 3
4/* 4/*
@@ -47,7 +47,6 @@
47 * nobody had a copy in the office, so... 47 * nobody had a copy in the office, so...
48 */ 48 */
49 49
50#include "namespace.h"
51#include <assert.h> 50#include <assert.h>
52#include <errno.h> 51#include <errno.h>
53#include <stdint.h> 52#include <stdint.h>