* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-22 15:37:05 +01:00
parent 73ae4f4ff5
commit 3533413cd5
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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>