diff options
Diffstat (limited to 'lib/libc/hidden/stdio.h')
-rw-r--r-- | lib/libc/hidden/stdio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/hidden/stdio.h b/lib/libc/hidden/stdio.h index 440a6bbfc8b..6f394f2059e 100644 --- a/lib/libc/hidden/stdio.h +++ b/lib/libc/hidden/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.2 2015/09/06 20:26:20 guenther Exp $ */ +/* $OpenBSD: stdio.h,v 1.3 2015/09/10 18:13:46 guenther Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -22,7 +22,6 @@ #define __SYS_ERRLIST #include_next <stdio.h> -#include "namespace.h" __BEGIN_HIDDEN_DECLS char *_mktemp(char *); |