]> andersk Git - libyaml.git/blobdiff - src/yaml_private.h
Guard against overflows in indent and flow_level.
[libyaml.git] / src / yaml_private.h
index f835d3d95c24b906a510318ae648cc2ad49d61c5..f2483839b9c83688d002a24cec56cde5e1b185f5 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <assert.h>
 #include <limits.h>
+#include <stddef.h>
 
 /*
  * Memory management.
This page took 0.047481 seconds and 4 git commands to generate.