fix compilation in FreeBSD, errno is defined in errno.h

This commit is contained in:
Johnny Jazeix 2020-11-29 19:31:49 +01:00
parent a6c51c5445
commit 8c3355bdc0

View file

@ -22,6 +22,7 @@
// system
#include <gbm.h>
#include <unistd.h>
#include <errno.h>
namespace KWin
{