mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/07/20 16:03:24 kristerw Exp $
|
|
|
|
--- xmove/externs.h.orig Wed Jul 20 17:42:18 2005
|
|
+++ xmove/externs.h Wed Jul 20 17:42:36 2005
|
|
@@ -20,7 +20,7 @@
|
|
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
#endif /* EXTERNS_H */
|