From: Vladimir 'phcoder' Serbinenko Date: Sun, 28 Mar 2010 20:19:06 +0000 (+0200) Subject: Fix path to regex.h X-Git-Tag: 1.99~979^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74f34747b12fc8c451a78bda5c85936f2567af2e;p=thirdparty%2Fgrub.git Fix path to regex.h --- diff --git a/commands/regexp.c b/commands/regexp.c index 6ceb78f0f..910bb9082 100644 --- a/commands/regexp.c +++ b/commands/regexp.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include static grub_err_t grub_cmd_regexp (grub_command_t cmd __attribute__ ((unused)),