diff options
Diffstat (limited to 'deskutils/gnomeutils2/files/patch-logview::logrtns.h')
-rw-r--r-- | deskutils/gnomeutils2/files/patch-logview::logrtns.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/gnomeutils2/files/patch-logview::logrtns.h b/deskutils/gnomeutils2/files/patch-logview::logrtns.h new file mode 100644 index 0000000..a39ce6a --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-logview::logrtns.h @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- logview/logrtns.h 2001/11/23 16:04:00 1.1 ++++ logview/logrtns.h 2001/11/23 16:04:14 +@@ -24,7 +24,9 @@ + #include <unistd.h> + #include <stdio.h> + #include <stdlib.h> ++#ifdef HAVE_MALLOC_H + #include <malloc.h> ++#endif + #include <string.h> + #include "logview.h" + |