diff options
| author | Lei Zhang <[email protected]> | 2014-01-17 03:20:45 -0800 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-01-17 13:35:47 +0100 |
| commit | dca862bff918446f7e6fffc7f62d75663c73028f (patch) | |
| tree | b54fc889dcd0f949cc2da29c4c7af7d9f3fca056 /lib/ChangeLog | |
| parent | 7c6e785e6eca774080a64801f950bd61785c469e (diff) | |
lib: Add missing config.h #include to crc32_file.c.
Without config.h, there is no possibility of large file support.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 9b8899e2..44152131 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2014-01-17 Lei Zhang <[email protected]> + + * crc32_file.c: Include config.h. + 2013-12-12 Josh Stone <[email protected]> * dynamicsizehash.c (lookup): Add a shortcut around division. |
