no need for stdio.

This commit is contained in:
christos 2016-08-27 10:03:16 +00:00
parent c898927fa5
commit fac93a1e7a
1 changed files with 1 additions and 2 deletions

View File

@ -12,13 +12,12 @@
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
__RCSID("$NetBSD: k_standard.c,v 1.21 2016/08/27 10:00:38 christos Exp $");
__RCSID("$NetBSD: k_standard.c,v 1.22 2016/08/27 10:03:16 christos Exp $");
#endif
#include "math.h"
#include "math_private.h"
#include <errno.h>
#include <stdio.h>
#ifndef _USE_WRITE
#include <stdio.h> /* fputs(), stderr */