Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-grub2
Commits
3c0e3f14
Commit
3c0e3f14
authored
Apr 08, 2011
by
Vladimir 'phcoder' Serbinenko
Browse files
* grub-core/disk/raid.c [GRUB_UTIL]: Add missing include.
parent
6d1fa41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3c0e3f14
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/raid.c [GRUB_UTIL]: Addmissing include.
2011-04-08 Martin Zuther <mzuther@mzuther.de>
* util/grub-mkconfig.in: Ignore emacsen backup.
grub-core/disk/raid.c
View file @
3c0e3f14
...
...
@@ -23,6 +23,9 @@
#include
<grub/err.h>
#include
<grub/misc.h>
#include
<grub/raid.h>
#ifdef GRUB_UTIL
#include
<grub/util/misc.h>
#endif
/* Linked list of RAID arrays. */
static
struct
grub_raid_array
*
array_list
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment