diff options
Diffstat (limited to 'deskutils/plan/files/patch-aa')
-rw-r--r-- | deskutils/plan/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/plan/files/patch-aa b/deskutils/plan/files/patch-aa new file mode 100644 index 000000000000..90a44a002ee4 --- /dev/null +++ b/deskutils/plan/files/patch-aa @@ -0,0 +1,12 @@ +--- servmenu.c.orig Tue Mar 2 14:02:17 1999 ++++ servmenu.c Fri Mar 29 11:24:14 2002 +@@ -8,7 +8,9 @@ + + #include <stdio.h> + #include <time.h> ++#ifndef STDLIBMALLOC + #include <malloc.h> ++#endif + #include <Xm/Xm.h> + #include <Xm/DialogS.h> + #include <Xm/Form.h> |