mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
45d7e712eb
WindowMaker dock. PR: 26273 Submitted by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
14 lines
242 B
C
14 lines
242 B
C
*** list.c.orig Sun Apr 1 15:19:28 2001
|
|
--- list.c Sun Apr 1 15:19:39 2001
|
|
***************
|
|
*** 1,6 ****
|
|
--- 1,8 ----
|
|
#include "list.h"
|
|
#include <stdlib.h>
|
|
+ #ifndef __FreeBSD__
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#include <string.h>
|
|
|
|
|