diff options
author | hpa <hpa> | 2004-12-15 10:51:18 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-15 10:51:18 +0000 |
commit | 95deb2509c3f9916527044751ca1221fa62f3b26 (patch) | |
tree | 85ed778448692354b23a858af689ce4ff5691187 /syslinux.h | |
parent | 907b549d585c74537b300c188b00d3a56d36cc7f (diff) | |
download | syslinux-95deb2509c3f9916527044751ca1221fa62f3b26.tar.gz |
More adjustment to the Brave New World<TM>
Diffstat (limited to 'syslinux.h')
-rw-r--r-- | syslinux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ #ifndef SYSLINUX_H #define SYSLINUX_H +#include <inttypes.h> /* The standard boot sector and ldlinux image */ extern unsigned char syslinux_bootsect[]; |