]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Need stddef.h to get size_t
authorMichael Brown <mcb30@etherboot.org>
Sun, 17 Apr 2005 10:48:56 +0000 (10:48 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 17 Apr 2005 10:48:56 +0000 (10:48 +0000)
src/include/string.h

index 56997fad7008c0c918abf4b55fe41078cb8dc33c..715e000e162f38a486145c06b1140b91db227c5d 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef ETHERBOOT_STRING_H
 #define ETHERBOOT_STRING_H
 
+#include "stddef.h"
 #include "bits/string.h"