Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only include <sys/prctl.h> on Linux in SCE
Fixes build issues on Solaris.
  • Loading branch information
jacobvar authored and Martin Preisler committed Feb 20, 2015
1 parent e3a278e commit 9708e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SCE/sce_engine.c
Expand Up @@ -45,7 +45,9 @@
#include <assert.h>
#include <fcntl.h>
#include <sys/types.h>
#if defined(__linux__)
#include <sys/prctl.h>
#endif
#include <limits.h>
#include <unistd.h>

Expand Down

0 comments on commit 9708e66

Please sign in to comment.