* 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

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