aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xxgdb/files/patch-source.c
blob: 4e861b7c9a63f8c994493cf880d8760f0572fe58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source.c.orig	1995-04-21 16:16:02 UTC
+++ source.c
@@ -74,7 +74,7 @@
  *    LoadFile():	Search for a file and open it for display.
  */
 
-#ifndef NeXT
+#if !defined(NeXT) && !defined(__FreeBSD__) && !defined(__DragonFly__)
 #include <malloc.h>
 #endif
 #include <stdlib.h>