]> git.proxmox.com Git - grub2.git/commitdiff
* util/ieee1275/grub-ofpathname.c: Add missing config.h include.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 29 Feb 2012 13:08:58 +0000 (14:08 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 29 Feb 2012 13:08:58 +0000 (14:08 +0100)
ChangeLog
util/ieee1275/grub-ofpathname.c

index 3b6ceaaaa44733d4add8c2b047cf49e41d9a1f49..35f54ac953645bbd8109ff1ceccb91edb1a4f447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-29  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/ieee1275/grub-ofpathname.c: Add missing config.h include.
+
 2012-02-29  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-setup.c (setup) [!__linux__]: Add missing file declaration
index 03d47bc99f3c7d2929860d45ec9c37469b92097a..20a2ae120b9d48f06352a7a4330935f629387e5d 100644 (file)
@@ -17,6 +17,8 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
+
 #include <grub/util/misc.h>
 #include <grub/util/ofpath.h>