* util/grub-setup.c: Add missing include.
This commit is contained in:
parent
f8bc22a832
commit
18c575e5c5
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-setup.c: Add missing include.
|
||||||
|
|
||||||
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/ieee1275/grub-ofpathname.c: Add missing include.
|
* util/ieee1275/grub-ofpathname.c: Add missing include.
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "progname.h"
|
#include "progname.h"
|
||||||
#include <grub/reed_solomon.h>
|
#include <grub/reed_solomon.h>
|
||||||
#include <grub/msdos_partition.h>
|
#include <grub/msdos_partition.h>
|
||||||
|
#include <include/grub/crypto.h>
|
||||||
|
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
#include <argp.h>
|
#include <argp.h>
|
||||||
|
|
Loading…
Reference in a new issue