diff options
| author | jtc <jtc@NetBSD.org> | 1993-09-29 21:37:02 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-09-29 21:37:02 +0000 |
| commit | ac21a0e171d9b7161e91467775af3b7213ad7502 (patch) | |
| tree | 629d6f045c9baf006133cbb7dab9a6668f793c3e /gnu/usr.bin/diff/diff.h | |
| parent | 81c776a8e40880f27728682bf653ff4d15da1ef7 (diff) | |
Upgrade to GNU Diffutils 2.5.
No user visable changes, I just want to keep things in sync to make sure
that integrating future versions of diffutils will continue to be relatively
painless.
Diffstat (limited to 'gnu/usr.bin/diff/diff.h')
| -rw-r--r-- | gnu/usr.bin/diff/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/diff.h b/gnu/usr.bin/diff/diff.h index 47da779df67..e75050f9bf6 100644 --- a/gnu/usr.bin/diff/diff.h +++ b/gnu/usr.bin/diff/diff.h @@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along with GNU DIFF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "system.h" #include <ctype.h> #include <stdio.h> -#include "system.h" #include "regex.h" #ifndef PR_FILE_NAME |
