From fd7b7ed13ef54ade4e84a30c4efee4b44ff6d737 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Nov 2000 14:34:14 +0000 Subject: Use NetBSD's getopt{,_long}. --- gnu/dist/diffutils/sdiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/dist/diffutils/sdiff.c') diff --git a/gnu/dist/diffutils/sdiff.c b/gnu/dist/diffutils/sdiff.c index 57d56f1dc24..0289af77573 100644 --- a/gnu/dist/diffutils/sdiff.c +++ b/gnu/dist/diffutils/sdiff.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "system.h" #include #include -#include "getopt.h" +#include /* Size of chunks read from files which must be parsed into lines. */ #define SDIFF_BUFSIZE ((size_t) 65536) -- cgit