Description: Attempt to fix the build on GNU/Hurd.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2014-07-15
---

--- timemon.app.orig/loadave.c
+++ timemon.app/loadave.c
@@ -7,7 +7,7 @@
   return la_read(times);
 }
 
-#if defined( linux )
+#if defined( linux ) || defined(__GNU__)
 
 int la_read(unsigned long long *times)
 {
