Commit d8041f13 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

include <stddef.h> to pick up __GNUC_PREREQ__ if possible.

parent 599b183d
......@@ -37,6 +37,8 @@
* This file should always be the first non <...> include in a .c file.
*/
#include <stddef.h>
#ifdef VDEF_H_INCLUDED
# error "vdef.h included multiple times"
#endif
......
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