freebsd-ports/net/wmnetmon/files/patch-leds.c
Will Andrews 45d7e712eb Add wmnetmon 0.2p5, a host availability monitor intended for the
WindowMaker dock.

PR:		26273
Submitted by:	Konstantinos Konstantinidis <kkonstan@daemon.gr>
2001-04-07 06:16:10 +00:00

13 lines
258 B
C

*** leds.c.orig Sun Apr 1 15:18:44 2001
--- leds.c Sun Apr 1 15:19:01 2001
***************
*** 1,5 ****
--- 1,7 ----
#include <stdlib.h>
+ #ifndef __FreeBSD__
#include <malloc.h>
+ #endif
#include <X11/xpm.h>
#include <stdio.h>
#include "list.h"