Fix path to regex.h

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-28 22:19:06 +02:00
parent a64b15feed
commit 74f34747b1

View file

@ -21,7 +21,7 @@
#include <grub/misc.h> #include <grub/misc.h>
#include <grub/mm.h> #include <grub/mm.h>
#include <grub/command.h> #include <grub/command.h>
#include <grub/regex.h> #include <regex.h>
static grub_err_t static grub_err_t
grub_cmd_regexp (grub_command_t cmd __attribute__ ((unused)), grub_cmd_regexp (grub_command_t cmd __attribute__ ((unused)),