forked from Lainports/freebsd-ports
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
23 lines
518 B
Text
23 lines
518 B
Text
diff -cb ../../../libhelp-1.8.1/libButtFace/resource.c libButtFace/resource.c
|
|
*** ../../../libhelp-1.8.1/libButtFace/resource.c Fri Feb 24 13:28:28 1995
|
|
--- libButtFace/resource.c Mon Oct 20 19:00:11 1997
|
|
***************
|
|
*** 27,33 ****
|
|
*/
|
|
|
|
#include <string.h>
|
|
! #include <malloc.h>
|
|
#include <ctype.h>
|
|
#include <X11/StringDefs.h>
|
|
|
|
--- 27,37 ----
|
|
*/
|
|
|
|
#include <string.h>
|
|
! #ifdef __FreeBSD__
|
|
! # include <stdlib.h>
|
|
! #else
|
|
! # include <malloc.h>
|
|
! #endif
|
|
#include <ctype.h>
|
|
#include <X11/StringDefs.h>
|