summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver/files/patch-src_gs-job.c
blob: 39e303d270ca5436dcf5ae5c03ed6991e7375b91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/gs-job.c.orig   Wed Sep  7 09:23:59 2005
+++ src/gs-job.c    Mon Sep 12 13:24:11 2005
@@ -29,7 +29,8 @@
 #include <sys/wait.h>
 #include <errno.h>
 
-#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS)
+#if defined(HAVE_SETPRIORITY)
+#include <sys/time.h>
 #include <sys/resource.h>
 #endif