0001-Add-missing-sys-sysmacros.h-include.patch 545 B

12345678910111213141516171819202122232425
  1. From e3a3f3655956265eb4f3b866d445a9d19e613594 Mon Sep 17 00:00:00 2001
  2. From: Lothar Felten <lothar.felten@gmail.com>
  3. Date: Thu, 14 Nov 2019 23:37:07 -0300
  4. Subject: [PATCH] Add missing sys/sysmacros.h include
  5. Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
  6. ---
  7. gbm.c | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/gbm.c b/gbm.c
  10. index 7bc5880..e360da7 100644
  11. --- a/gbm.c
  12. +++ b/gbm.c
  13. @@ -36,6 +36,7 @@
  14. #include <sys/types.h>
  15. #include <sys/stat.h>
  16. +#include <sys/sysmacros.h>
  17. #include <unistd.h>
  18. #include <errno.h>
  19. --
  20. 2.18.1