diff options
| author | wiz <wiz@NetBSD.org> | 2000-11-08 00:08:29 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-11-08 00:08:29 +0000 |
| commit | 29a60e8ab7ee1422489b72ee7cbb4d0cc25f04d3 (patch) | |
| tree | 583e6d52b39b21c98ccb4b1941d8e4c93ec102d6 /gnu/dist/diffutils/diff3.c | |
| parent | 85567a99836d39b433ab47ee0874b00a7671b467 (diff) | |
Undo last change for now.
Diffstat (limited to 'gnu/dist/diffutils/diff3.c')
| -rw-r--r-- | gnu/dist/diffutils/diff3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/diffutils/diff3.c b/gnu/dist/diffutils/diff3.c index 50c5acf0159..5d94ab866db 100644 --- a/gnu/dist/diffutils/diff3.c +++ b/gnu/dist/diffutils/diff3.c @@ -20,7 +20,7 @@ #include "system.h" #include <stdio.h> #include <signal.h> -#include <getopt.h> +#include "getopt.h" extern char const version_string[]; |
