forgotten include, perfectionism

This commit is contained in:
Connor Olding 2012-04-15 00:18:44 -07:00
parent cd8144aec7
commit 5e38efcedc
2 changed files with 2 additions and 2 deletions

1
args.h
View File

@ -20,6 +20,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
/* interface */ /* interface */

3
main.c
View File

@ -126,9 +126,8 @@ static void cycle_input()
{ {
int c; int c;
open_stream(); open_stream();
while ((c = getc(input_stream)) != EOF) { while ((c = getc(input_stream)) != EOF)
crc_cycle(&remainder, c); crc_cycle(&remainder, c);
}
close_stream(); close_stream();
if (xor_output) if (xor_output)