mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Define _NS_PRIVATE to make declarations visible.
This eliminates -Wmissing-prototypes warnings.
This commit is contained in:
parent
ffdd70376a
commit
ae274020ba
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "namespace.h"
|
||||
#define _NS_PRIVATE
|
||||
#include <nsswitch.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue