blob: 3a69ccf1c5d6f2791ea2678aa4abe0f541941e2b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- syslinux-6.03-orig/com32/lib/syslinux/debug.c
+++ syslinux-6.03/com32/lib/syslinux/debug.c
@@ -1,6 +1,7 @@
#include <linux/list.h>
#include <string.h>
#include <stdbool.h>
+#include <stdio.h>
#ifdef DYNAMIC_DEBUG
|