mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7b804361b0
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
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>
|