diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2005-10-01 18:11:29 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2005-10-01 18:11:29 +0000 |
commit | 685963973286a34e6cdf492c5a62d53969bdeef0 (patch) | |
tree | c53cf22895406294a988d580f09633d9e8c016a3 /deskutils/xrolo/files/patch-af | |
parent | - Respect PTHREAD_LIBS (diff) |
o) Fix compile problem
Notes
Notes:
svn path=/head/; revision=143919
Diffstat (limited to 'deskutils/xrolo/files/patch-af')
-rw-r--r-- | deskutils/xrolo/files/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xrolo/files/patch-af b/deskutils/xrolo/files/patch-af index 105af2e8b411..499521c5cef2 100644 --- a/deskutils/xrolo/files/patch-af +++ b/deskutils/xrolo/files/patch-af @@ -1,12 +1,12 @@ -*** popup.c.org Sat Jan 9 22:53:12 1999 ---- popup.c Sat Jan 9 22:54:07 1999 +*** popup.c.orig Tue Dec 3 23:28:39 1991 +--- popup.c Sat Oct 1 20:06:23 2005 *************** *** 6,11 **** --- 6,14 ---- * popup - pop up error dialog windows */ -+ #ifdef HAVE_SYS_PARAM_H ++ #if (defined(__unix__) || defined(unix)) && !defined(USG) + #include <sys/param.h> + #endif |