diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:43:46 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:43:46 -0500 |
| commit | d69ac58c657cd4a37281b0c57918a68c85508fcd (patch) | |
| tree | 9aaa1b0da2d3d27aa01c2c1fb3f474f58f059be9 | |
| parent | 2700519cb3ef9f85b7395a7c781fd5fa48a5570a (diff) | |
lib, sharpd: Move sys/resource.h to where it is used
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rw-r--r-- | lib/zebra.h | 1 | ||||
| -rw-r--r-- | sharpd/sharp_logpump.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index e68cb33203..8de71d0177 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -47,7 +47,6 @@ #include <time.h> #include <sys/uio.h> #include <sys/utsname.h> -#include <sys/resource.h> #include <limits.h> #include <inttypes.h> #include <stdbool.h> diff --git a/sharpd/sharp_logpump.c b/sharpd/sharp_logpump.c index 5474e80b11..d02921f287 100644 --- a/sharpd/sharp_logpump.c +++ b/sharpd/sharp_logpump.c @@ -5,6 +5,7 @@ */ #include <zebra.h> +#include <sys/resource.h> #include "vty.h" #include "command.h" |
