mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
$NetBSD: patch-Mowitz_MwFilesel_c,v 1.1 2012/03/05 04:25:20 dholland Exp $
|
|
|
|
Uses PATH_MAX; therefore needs limits.h.
|
|
|
|
--- Mowitz/MwFilesel.c~ 2007-08-30 06:22:14.000000000 +0000
|
|
+++ Mowitz/MwFilesel.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <limits.h>
|
|
|
|
#include <dirent.h>
|
|
|