partition.cpp: fix build, add missing include

Change-Id: I5b4c3b90d579573536e9de2df5127160cdc9a10f
This commit is contained in:
that
2016-01-29 22:04:43 +01:00
parent b5fab76bea
commit f54e539b9c
+1
View File
@@ -24,6 +24,7 @@
#include <sys/mount.h>
#include <unistd.h>
#include <dirent.h>
#include <libgen.h>
#include <iostream>
#include <sstream>
#include <sys/param.h>