Skip to content

Commit

Permalink
[compilation] Fix compilation on glibc 2.19/gcc 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
faenil committed Oct 4, 2014
1 parent 67cd032 commit 31ec3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <syslog.h>
#include <unistd.h>

// Our includes
#include "logger.h"
Expand Down
1 change: 1 addition & 0 deletions src/mmshandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <QDBusPendingCallWatcher>
#include <contextproperty.h>
#include <mgconfitem.h>
#include <unistd.h>

using namespace RTComLogger;
using namespace CommHistory;
Expand Down

0 comments on commit 31ec3e6

Please sign in to comment.