mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
|
*** xwin.c.orig Mon Nov 9 03:06:06 1998
|
||
|
--- xwin.c Sat Nov 14 21:07:52 1998
|
||
|
***************
|
||
|
*** 13,19 ****
|
||
|
#include <X11/Xos.h>
|
||
|
#include <X11/keysym.h>
|
||
|
#include <X11/cursorfont.h>
|
||
|
! #include <malloc.h>
|
||
|
#endif
|
||
|
|
||
|
#include <stdio.h>
|
||
|
--- 13,19 ----
|
||
|
#include <X11/Xos.h>
|
||
|
#include <X11/keysym.h>
|
||
|
#include <X11/cursorfont.h>
|
||
|
! /* #include <malloc.h> */
|
||
|
#endif
|
||
|
|
||
|
#include <stdio.h>
|