Commit 3b673a91 authored by Laurent Aimar's avatar Laurent Aimar

Include stddef (to match master behavior).

It fixes block.c compilation and may help future cherry-picks.
parent f6d206ee
......@@ -50,6 +50,7 @@
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
#include <stddef.h>
#ifndef __cplusplus
# include <stdbool.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment