Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from faenil/nemomerge_fixes
[compilation] Fix compilation on glibc 2.19/gcc 4.8
  • Loading branch information
faenil committed Oct 4, 2014
2 parents 140af5b + b6ee288 commit fc52fe2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyd/qmkeyd.cpp
Expand Up @@ -34,6 +34,7 @@
#include <sys/inotify.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <unistd.h>

#include <QFile>

Expand Down
3 changes: 3 additions & 0 deletions system/qmwatchdog_p.h
Expand Up @@ -27,6 +27,9 @@
#ifndef QMWATCHDOG_P_H
#define QMWATCHDOG_P_H

#include <unistd.h>
#include <sys/types.h>

#include "qmwatchdog.h"
#include <QSocketNotifier>
#include <dsme/processwd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/manual_usbmode/manual_usbmode.cpp
Expand Up @@ -10,6 +10,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>

using namespace MeeGo;

Expand Down
1 change: 1 addition & 0 deletions tests/usbmode/usbmode.cpp
Expand Up @@ -34,6 +34,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

using namespace MeeGo;

Expand Down

0 comments on commit fc52fe2

Please sign in to comment.