diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 21:11:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 21:11:53 +0000 |
commit | 0622127ac688517ac9a4d27578b099d9f1bdf152 (patch) | |
tree | 00d7541e136026a7df90d856634de09beb997655 | |
parent | a76f63242769012cd561f32fe9373c5312c1a967 (diff) | |
download | coreutils-0622127ac688517ac9a4d27578b099d9f1bdf152.tar.xz |
include stdio.h
-rw-r--r-- | src/checksum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checksum.h b/src/checksum.h index 2ae2b4463..b5136ae80 100644 --- a/src/checksum.h +++ b/src/checksum.h @@ -1,6 +1,7 @@ #include <config.h> #include <sys/types.h> +#include <stdio.h> #include "system.h" /* For long options that have no equivalent short option, use a |