fix compilation in FreeBSD, errno is defined in errno.h
This commit is contained in:
parent
a6c51c5445
commit
8c3355bdc0
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
// system
|
||||
#include <gbm.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue