* util/ieee1275/grub-ofpathname.c: Add missing config.h include.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 14:08:58 +01:00
parent 46c34eb096
commit 0c42a45dcc
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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>