mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Add #include "un-namespace.h"
This commit is contained in:
parent
848422bb7d
commit
4890ae810e
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ static char sccsid[] = "@(#)rand.c 8.1 (Berkeley) 6/14/93";
|
|||
#include <fcntl.h> /* for sranddev() */
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h> /* for sranddev() */
|
||||
#include "un-namespace.h"
|
||||
|
||||
#ifdef TEST
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue