Fix path to regex.h
This commit is contained in:
parent
a64b15feed
commit
74f34747b1
1 changed files with 1 additions and 1 deletions
|
@ -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)),
|
||||||
|
|
Loading…
Reference in a new issue