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
1 changed files with 1 additions and 1 deletions

View File

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