26 lines
445 B
Plaintext
26 lines
445 B
Plaintext
*** src/help.c.orig Sun Apr 21 21:21:57 1996
|
|
--- src/help.c Wed Jul 31 19:23:30 1996
|
|
***************
|
|
*** 15,22 ****
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
! #ifndef NEWSOS4
|
|
#include <malloc.h>
|
|
#endif
|
|
#include <Xm/Xm.h>
|
|
#include <Xm/DialogS.h>
|
|
--- 15,26 ----
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
! #ifdef STDLIBMALLOC
|
|
! #include <stdlib.h>
|
|
! #else
|
|
! #ifndef NEWSOS4
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#endif
|
|
#include <Xm/Xm.h>
|
|
#include <Xm/DialogS.h>
|