Add a missing include.

Needed following the pthread.h/signal.h cleanup.

Change-Id: I9a43732eefdf49ecf769659dee1170626cf8fff9
This commit is contained in:
Dan Albert 2014-11-21 11:03:17 -08:00
parent 5d8a5ade62
commit 592d335055
1 changed files with 3 additions and 0 deletions

View File

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