diff options
author | 2014-09-29 02:00:23 +0000 | |
---|---|---|
committer | 2014-09-29 02:00:23 +0000 | |
commit | b52a88cc0378ad73ddae348877aa354288343c8e (patch) | |
tree | 9a28b466c679702a4c38ecc531dea4eb1312369f /src/lib/util/hashing.c | |
parent | fdf187ba4da29e2b4a675f4519cbe9975a408e66 (diff) |
Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw)
Diffstat (limited to 'src/lib/util/hashing.c')
-rw-r--r-- | src/lib/util/hashing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/hashing.c b/src/lib/util/hashing.c index 41f8c1a6fd9..a29818910c2 100644 --- a/src/lib/util/hashing.c +++ b/src/lib/util/hashing.c @@ -9,7 +9,7 @@ ***************************************************************************/ #include "hashing.h" -#include "zlib.h" +#include <zlib.h> //************************************************************************** |