build: Added missing header

This commit fixes Debian bug report #916194. After glibc upgrade there
was a problem with missing makedev() definition which used to be defined
in <sys/types.h> (now moved to <sys/sysmacros.h>).

Fixes #655

Change-Id: Iaeed656a839d2051ae09eee8e0fb2abd234831b5
This commit is contained in:
Patryk 2019-03-07 09:15:30 +01:00
parent a00615107d
commit 5d20c95179

View File

@ -30,6 +30,7 @@
#include <vector>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <unistd.h>