From 1d1ada4e0365a85e280aac9026cfce29d71918f4 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 31 May 2017 11:55:28 +0200 Subject: [PATCH] Update links to stdint.h Signed-off-by: Philippe Ombredanne --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b1d23..b165f7b 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Compiling The libraries should compile warning free in any moderately recent version of gcc. The project uses `` which is technically a C99 file and not available in Microsoft Visual Studio. The easiest solution here is to use the -msinttypes version of stdint.h from . +msinttypes version of stdint.h from . The direct link for the lazy people is: -. +. If your compiler does not provide an implementation of `` you can remove the header from the bsdiff/bspatch files and provide your own typedefs