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 /sharpd | |
| parent | 2700519cb3ef9f85b7395a7c781fd5fa48a5570a (diff) | |
lib, sharpd: Move sys/resource.h to where it is used
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'sharpd')
| -rw-r--r-- | sharpd/sharp_logpump.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
