mirror of
http://cgit.git.savannah.gnu.org/git/grub.git
synced 2026-04-28 06:33:17 +00:00
kern/emu/misc.c: Don't include config-util.h when running as GRUB_BUILD
Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
This commit is contained in:
committed by
Vladimir Serbinenko
parent
4ff051880f
commit
d900dfa985
@@ -16,7 +16,9 @@
|
||||
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef GRUB_BUILD
|
||||
#include <config-util.h>
|
||||
#endif
|
||||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user