diff options
Diffstat (limited to 'coreutils/cmp.c')
-rw-r--r-- | coreutils/cmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cmp.c b/coreutils/cmp.c index 6b955447c..a4b6c7d49 100644 --- a/coreutils/cmp.c +++ b/coreutils/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 | ||
30 | int cmp_main(int argc, char **argv) | 31 | int cmp_main(int argc, char **argv) |
31 | { | 32 | { |