config.patch 273 B

123456789101112131415
  1. diff --git a/src/compat.h b/src/compat.h
  2. index 126dcd7..93de081 100644
  3. --- a/src/compat.h
  4. +++ b/src/compat.h
  5. @@ -1,6 +1,8 @@
  6. // basic headers
  7. #define _GNU_SOURCE /* really just for strndup */
  8. +#include "config.h"
  9. +
  10. #ifdef HAVE_STDBOOL_H
  11. # include <stdbool.h>
  12. #else