mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
some dolt forgot to add in an include for <limits.h>
This commit is contained in:
parent
528d1a7fbc
commit
cc0178a73e
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <rpc/types.h>
|
||||
#include <rpc/xdr.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue