Skip to content

Commit

Permalink
Merge pull request #78 from stskeeps/master
Browse files Browse the repository at this point in the history
[dsme] Fix GCC 4.8 related build errors, Contributes to JB#22700
  • Loading branch information
spiiroin committed Sep 7, 2014
2 parents 94863dd + 6dc7a2e commit 4fce846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dsme/dsme-wdd.c
Expand Up @@ -47,6 +47,7 @@
#ifdef DSME_SYSTEMD_ENABLE
#include <systemd/sd-daemon.h>
#endif
#include <sys/resource.h>

#define STRINGIFY(x) STRINGIFY2(x)
#define STRINGIFY2(x) #x
Expand Down
1 change: 1 addition & 0 deletions modules/tempreaper.c
Expand Up @@ -39,6 +39,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/resource.h>

#define GETPWNAM_BUFLEN 1024
#define MIN_PRIORITY 5
Expand Down

0 comments on commit 4fce846

Please sign in to comment.