mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Include limits.h instead of sys/limits.h to improve portability.
PR: bin/150772 Submitted by: Derrick Brashear <shadow@gmail.com> Reviewed by: Garrett Cooper <yanegomi@gmail.com> Approved by: cognet
This commit is contained in:
parent
2042bb377a
commit
ae7bd33eb5
1 changed files with 1 additions and 2 deletions
|
|
@ -26,11 +26,10 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/limits.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue