mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue