diff options
Diffstat (limited to 'deskutils/xrolo/files/patch-ad')
-rw-r--r-- | deskutils/xrolo/files/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xrolo/files/patch-ad b/deskutils/xrolo/files/patch-ad index 9ae8adcf59b5..9306bd8febb7 100644 --- a/deskutils/xrolo/files/patch-ad +++ b/deskutils/xrolo/files/patch-ad @@ -1,12 +1,12 @@ *** panel.c.orig Wed Dec 4 01:38:09 1991 ---- panel.c Sat Jan 9 22:49:59 1999 +--- panel.c Sat Oct 1 20:05:54 2005 *************** *** 35,40 **** --- 35,48 ---- */ -+ #ifdef HAVE_SYS_PARAM_H ++ #if (defined(__unix__) || defined(unix)) && !defined(USG) + #include <sys/param.h> + #endif + |