syslinux-6.04_pre3-debug.c-fix-printf-include.patch 268 B

1234567891011
  1. --- b/com32/lib/syslinux/debug.c 2022-04-17 10:55:31.171365205 +0300
  2. +++ a/com32/lib/syslinux/debug.c 2022-04-17 11:01:40.313440173 +0300
  3. @@ -1,6 +1,7 @@
  4. #include <linux/list.h>
  5. #include <string.h>
  6. #include <stdbool.h>
  7. +#include <stdio.h>
  8. #ifdef DYNAMIC_DEBUG