mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
fd97d4c549
PR: 19091 Submitted by: MAINTAINER
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
*** xwin.c.orig Wed May 31 20:27:01 2000
|
|
--- xwin.c Wed Jun 7 02:34:50 2000
|
|
***************
|
|
*** 15,21 ****
|
|
#include <X11/keysym.h>
|
|
#include <X11/cursorfont.h>
|
|
#include <X11/Xatom.h>
|
|
! #include <malloc.h>
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
--- 15,21 ----
|
|
#include <X11/keysym.h>
|
|
#include <X11/cursorfont.h>
|
|
#include <X11/Xatom.h>
|
|
! /* #include <malloc.h> */
|
|
#endif
|
|
|
|
#include <stdio.h>
|