Merge "Add a missing include."

This commit is contained in:
Dan Albert 2014-11-21 21:19:22 +00:00 committed by Gerrit Code Review
commit 06352ccb29

View file

@ -30,6 +30,9 @@
*/
#include "commands/virtual_partitions.h"
#include <string.h>
#include "debug.h"
static struct virtual_partition *partitions = NULL;