mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include libc_private.h for the declaration of __isthreaded instead of
relying on namespace pollution in stdio.h. MFC after: 3 days
This commit is contained in:
parent
029b1a164a
commit
ab9306707a
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
#include "un-namespace.h"
|
||||
#include "libc_private.h"
|
||||
#ifdef NS_CACHING
|
||||
#include "nscache.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue