Fix autotests on the FreeBSD CI.
Summary: Include <errno.h> explicitly, for EPROTO. Reviewers: bcooksley, graesslin, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel, #frameworks Tags: #plasma_on_wayland, #frameworks Differential Revision: https://phabricator.kde.org/D5717
This commit is contained in:
parent
bccb1f4cba
commit
6df5c8733e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <wayland-client-protocol.h>
|
||||
|
||||
#include <errno.h> // For EPROTO
|
||||
|
||||
using namespace KWayland::Client;
|
||||
using namespace KWayland::Server;
|
||||
|
||||
|
|
Loading…
Reference in a new issue