Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 592d3350 authored by Dan Albert's avatar Dan Albert
Browse files

Add a missing include.

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

Change-Id: I9a43732eefdf49ecf769659dee1170626cf8fff9
parent 5d8a5ade
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@
 */

#include "commands/virtual_partitions.h"

#include <string.h>

#include "debug.h"

static struct virtual_partition *partitions = NULL;