mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
552aef9673
PR: 18649 Submitted by: Colman Reilly <careilly@thecia.ie>
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
--- src/search_mode.c.orig Wed May 17 20:28:02 2000
|
|
+++ src/search_mode.c Wed May 17 20:30:57 2000
|
|
@@ -16,6 +16,13 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
|
*/
|
|
|
|
+#ifdef HAVE_SYS_PARAM_H
|
|
+#include <sys/param.h>
|
|
+#endif
|
|
+
|
|
+#if (defined(BSD) && (BSD>=199103))
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <fnmatch.h>
|
|
#include<stdio.h>
|
|
#include<string.h>
|