-- boot.c
++ boot.c
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>
#include <a.out.h>
#include <linux/a.out.h>
#include <sys/stat.h>
#include "config.h"
-- partition.c
++ partition.c
#include <sys/types.h>
#include <asm/unistd.h>