diff --git a/ChangeLog b/ChangeLog index d4d6e84fa..bc8d78715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-22 Vladimir Serbinenko + + * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is + already included. + Reported by: Eren D. + 2012-02-22 Vladimir Serbinenko * conf/Makefile.common (grubdatadir): Removed. diff --git a/util/ieee1275/ofpath.c b/util/ieee1275/ofpath.c index 1d39ac38b..590cd579a 100644 --- a/util/ieee1275/ofpath.c +++ b/util/ieee1275/ofpath.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include