Ensure all incude statements are kept together by moving the

sys/cdefs.h include appropriately.

MFC after:	1 week
X-MFC with:	r325030
This commit is contained in:
cy 2017-10-27 04:51:05 +00:00
parent 409bc76662
commit 07ffe161f7

View File

@ -33,9 +33,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/cdefs.h>
#include "namespace.h"
#include <unistd.h>
#include <stdio.h>