mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 22:27:09 +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:
parent
4ff051880f
commit
d900dfa985
@ -16,7 +16,9 @@
|
|||||||
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef GRUB_BUILD
|
||||||
#include <config-util.h>
|
#include <config-util.h>
|
||||||
|
#endif
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user