Add a missing include.
Needed following the pthread.h/signal.h cleanup. Change-Id: I9a43732eefdf49ecf769659dee1170626cf8fff9
This commit is contained in:
parent
5d8a5ade62
commit
592d335055
|
@ -30,6 +30,9 @@
|
|||
*/
|
||||
|
||||
#include "commands/virtual_partitions.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
static struct virtual_partition *partitions = NULL;
|
||||
|
|
Loading…
Reference in New Issue