mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 20:18:03 +00:00
lib: zebra.h is not using signal.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
b6f1a4089f
commit
8049f74fc6
@ -10,6 +10,7 @@
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
/* #define DEBUG */
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "frrevent.h"
|
||||
|
@ -5,6 +5,9 @@
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include <pthread.h>
|
||||
#ifdef HAVE_PTHREAD_NP_H
|
||||
#include <pthread_np.h>
|
||||
|
@ -6,6 +6,8 @@
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/un.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -4,6 +4,8 @@
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sigevent.h>
|
||||
#include <log.h>
|
||||
#include <memory.h>
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <stddef.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_STROPTS_H
|
||||
#include <stropts.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/un.h>
|
||||
#include <setjmp.h>
|
||||
|
@ -6,6 +6,8 @@
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "memory.h"
|
||||
|
Loading…
Reference in New Issue
Block a user