aboutsummaryrefslogtreecommitdiff
path: root/coreutils/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/diff.c')
-rw-r--r--coreutils/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/diff.c b/coreutils/diff.c
index c846e2b69..31c20f052 100644
--- a/coreutils/diff.c
+++ b/coreutils/diff.c
@@ -1170,6 +1170,7 @@ static void diffdir(char *p1, char *p2)
1170#endif 1170#endif
1171 1171
1172 1172
1173int diff_main(int argc, char **argv);
1173int diff_main(int argc, char **argv) 1174int diff_main(int argc, char **argv)
1174{ 1175{
1175 bool gotstdin = 0; 1176 bool gotstdin = 0;