From a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 17 Apr 2005 10:48:56 +0000 Subject: [PATCH] Need stddef.h to get size_t --- src/include/string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/string.h b/src/include/string.h index 56997fad..715e000e 100644 --- a/src/include/string.h +++ b/src/include/string.h @@ -14,6 +14,7 @@ #ifndef ETHERBOOT_STRING_H #define ETHERBOOT_STRING_H +#include "stddef.h" #include "bits/string.h"