* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.
This commit is contained in:
parent
73ae4f4ff5
commit
3533413cd5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.
|
||||
|
||||
2011-01-22 Anthony DeRobertis <anthony@derobert.net>
|
||||
|
||||
* grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Check
|
||||
|
|
|
@ -17,7 +17,9 @@
|
|||
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <config-util.h>
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in a new issue