mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +00:00
Merge pull request #5710 from opensourcerouting/fix_centos6
lib: Fix missing __be16 typedef on CentOS6
This commit is contained in:
commit
8015874dcd
@ -52,7 +52,9 @@ typedef unsigned char uint8_t;
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifdef HAVE_SYS_SYSCTL_H
|
#ifdef HAVE_SYS_SYSCTL_H
|
||||||
#ifndef GNU_LINUX
|
#ifdef GNU_LINUX
|
||||||
|
#include <linux/types.h>
|
||||||
|
#else
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* HAVE_SYS_SYSCTL_H */
|
#endif /* HAVE_SYS_SYSCTL_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user