Skip to content

Commit

Permalink
Merge pull request #57 from faenil/nemomerge_fixes
Browse files Browse the repository at this point in the history
[compilation] Fix compilation on glibc 2.19/gcc 4.8
  • Loading branch information
faenil committed Oct 4, 2014
2 parents 67cd032 + 31ec3e6 commit 36630ec
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 36630ec

Please sign in to comment.