summaryrefslogtreecommitdiff
path: root/sharpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 14:43:46 -0500
committerDonald Sharp <sharpd@nvidia.com>2024-01-04 14:43:46 -0500
commitd69ac58c657cd4a37281b0c57918a68c85508fcd (patch)
tree9aaa1b0da2d3d27aa01c2c1fb3f474f58f059be9 /sharpd
parent2700519cb3ef9f85b7395a7c781fd5fa48a5570a (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.c1
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"