From: Michael Brown Date: Wed, 20 Dec 2006 23:43:44 +0000 (+0000) Subject: Added missing header X-Git-Tag: v0.9.3~840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c;p=thirdparty%2Fipxe.git Added missing header --- diff --git a/src/core/main.c b/src/core/main.c index 1b8130850..59f710ac1 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -33,6 +33,7 @@ Literature dealing with the network protocols: #include #include #include +#include /* Linker symbols */ extern char _bss[], _ebss[];