blob: d717372996e24d3855ca4a324fa66a8e7dba8b16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- list.c.orig 1999-07-22 12:43:11 UTC
+++ list.c
@@ -1,6 +1,8 @@
#include "list.h"
#include <stdlib.h>
+#if ! (defined __FreeBSD__ || defined __DragonFly__)
#include <malloc.h>
+#endif
#include <string.h>
|