Include <sys/ansi.h> after <sys/cdefs.h>; from Neil Booth in PR lib/30072.
This commit is contained in:
parent
691c56aa2e
commit
926eae7f66
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: stdio.h,v 1.60 2005/05/25 19:35:07 kleink Exp $ */
|
||||
/* $NetBSD: stdio.h,v 1.61 2005/05/25 20:45:38 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
@ -37,10 +37,9 @@
|
||||
#ifndef _STDIO_H_
|
||||
#define _STDIO_H_
|
||||
|
||||
#include <sys/ansi.h>
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/featuretest.h>
|
||||
#include <sys/ansi.h>
|
||||
|
||||
#include <machine/ansi.h>
|
||||
#ifdef _BSD_SIZE_T_
|
||||
|
Loading…
Reference in New Issue
Block a user