Skip to content

Commit

Permalink
[ssu] Fix build under GCC 4.8. Contributes to JB#22700
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <carsten.munk@jollamobile.com>
  • Loading branch information
Carsten Munk committed Sep 7, 2014
1 parent b934f3e commit 405c40b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libssu/ssu.cpp
Expand Up @@ -17,6 +17,8 @@

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

#include "ssu.h"
#include "sandbox_p.h"
Expand Down
2 changes: 2 additions & 0 deletions libssu/ssucoreconfig.cpp
Expand Up @@ -10,6 +10,8 @@
#include <QDBusConnection>

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

#include "ssucoreconfig.h"

Expand Down

0 comments on commit 405c40b

Please sign in to comment.