aboutsummaryrefslogtreecommitdiff
path: root/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmp.c')
-rw-r--r--cmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmp.c b/cmp.c
index 6b955447c..a4b6c7d49 100644
--- a/cmp.c
+++ b/cmp.c
@@ -26,6 +26,7 @@
26#include <stdio.h> 26#include <stdio.h>
27#include <string.h> 27#include <string.h>
28#include <errno.h> 28#include <errno.h>
29#include <stdlib.h>
29 30
30int cmp_main(int argc, char **argv) 31int cmp_main(int argc, char **argv)
31{ 32{