13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
--- globs.c.orig Sun Aug 1 01:33:05 1999
|
|
+++ globs.c Sun Aug 1 01:34:23 1999
|
|
@@ -18,7 +18,9 @@
|
|
#include "indent.h"
|
|
#include "globs.h"
|
|
|
|
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
|