Need stddef.h to get size_t

pull/1/head
Michael Brown 2005-04-17 10:48:56 +00:00
parent f08516791e
commit a6057b4cbc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef ETHERBOOT_STRING_H
#define ETHERBOOT_STRING_H
#include "stddef.h"
#include "bits/string.h"