Skip to content

Commit

Permalink
Missing include of errno
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-krais committed May 11, 2019
1 parent 3bb96ff commit d178970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Event/Poll/Linux/Input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Copyright_License {

#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>

template<typename T>
static constexpr unsigned
Expand Down

0 comments on commit d178970

Please sign in to comment.