]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix path to regex.h
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 28 Mar 2010 20:19:06 +0000 (22:19 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 28 Mar 2010 20:19:06 +0000 (22:19 +0200)
commands/regexp.c

index 6ceb78f0ffe9553eebb1c98a98b564fe4dfdfd60..910bb908214e57578207e478fe618c63e3d64d03 100644 (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)),