david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Need stddef.h to get size_t

This commit is contained in:
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"