diff options
Diffstat (limited to 'sumtool.c')
-rw-r--r-- | sumtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ #include <endian.h> #include <byteswap.h> #include <getopt.h> -#include "crc32.h" +#include <crc32.h> #include "summary.h" #define PAD(x) (((x)+3)&~3) |