You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
647 B

  1. From 6c7a281473083f7ac47b426b2127a8c8e76caca5 Mon Sep 17 00:00:00 2001
  2. From: Quentin Armitage <quentin@armitage.org.uk>
  3. Date: Sat, 25 Aug 2018 11:36:11 +0100
  4. Subject: [PATCH] Include stdbool.h in process.c
  5. Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
  6. ---
  7. keepalived/core/process.c | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/keepalived/core/process.c b/keepalived/core/process.c
  10. index f11c32a3..22bcf254 100644
  11. --- a/keepalived/core/process.c
  12. +++ b/keepalived/core/process.c
  13. @@ -30,6 +30,7 @@
  14. #ifdef _HAVE_SCHED_RT_
  15. #include <sched.h>
  16. #endif
  17. +#include <stdbool.h>
  18. #include "process.h"
  19. #include "logger.h"
  20. --
  21. 2.11.0