mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
--- routines/xsci/wf_w_dir.c.orig Sat Dec 19 22:43:24 1998
|
|
+++ routines/xsci/wf_w_dir.c Sat Dec 19 22:45:42 1998
|
|
@@ -56,5 +56,7 @@
|
|
#endif
|
|
|
|
+#ifndef __STDC__
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
#include "../machine.h"
|