mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is not
already available.
This commit is contained in:
parent
046b7565e6
commit
4ece38b4ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150234
@ -1,4 +1,7 @@
|
||||
/* $FreeBSD$ */
|
||||
#ifndef __ISO_C_VISIBLE
|
||||
#include <sys/cdefs.h>
|
||||
#endif
|
||||
|
||||
/* config.h. Generated by configure. */
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
Loading…
Reference in New Issue
Block a user