[platforms/drm] include missing errno.h include
CCMAIL: Xaver Hugl <xaver.hugl@gmail.com>
This commit is contained in:
parent
6703bc9d24
commit
28d2650f24
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#endif
|
||||
// system
|
||||
#include <algorithm>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
// drm
|
||||
#include <xf86drm.h>
|
||||
|
|
Loading…
Reference in a new issue