Skip to content

Commit

Permalink
Merge pull request #80 from peters/master
Browse files Browse the repository at this point in the history
Add missing header for Mingw. Fixes #71
  • Loading branch information
Elly Fong-Jones authored Mar 11, 2019
2 parents 7162d8e + fcacae8 commit 868f459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
#include <config.h>
#include "zlib.h"

#ifdef __MINGW32__
#include <stddef.h>
#endif

namespace open_vcdiff {

typedef uLong VCDChecksum;
Expand Down

0 comments on commit 868f459

Please sign in to comment.