summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2016-06-06 11:50:13 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-06 15:39:06 -0700
commitd4cb8e767ce224d31501c19fb11a220824df9bf8 (patch)
tree8eb23c4bfd277c41bcc9de0360a3e38439a52d18 /src/buffer.h
parentf4264ac96e88ec32cd0d63641207bddcfd6f8ce1 (diff)
msvc: Fix warnings and errors
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index b40ab92..b5d291e 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <string.h>
#include <limits.h>
+#include <stdint.h>
#include "config.h"
#include "cmark.h"