Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'fix-missing-include' into 'master'
Add missing include to select.h in screenshotservice.cpp

See merge request mer-core/lipstick!136
  • Loading branch information
pvuorela committed Mar 30, 2020
2 parents d525ad6 + 23149e7 commit 67179c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screenshotservice.cpp
Expand Up @@ -25,6 +25,7 @@

#include <unistd.h>
#include <sys/eventfd.h>
#include <sys/select.h>

ScreenshotResult::ScreenshotResult(QObject *parent)
: QObject(parent)
Expand Down

0 comments on commit 67179c2

Please sign in to comment.