diff options
Diffstat (limited to 'cmp.c')
-rw-r--r-- | cmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | { |