common_macros: Include sys/cdefs.h, defines _Static_assert among others

This commit is contained in:
Angus Gratton 2015-08-26 11:11:31 +10:00
parent 1c8017484c
commit 6c06e5e91e

View file

@ -10,6 +10,8 @@
#ifndef _COMMON_MACROS_H #ifndef _COMMON_MACROS_H
#define _COMMON_MACROS_H #define _COMMON_MACROS_H
#include <sys/cdefs.h>
#define UNUSED __attributed((unused)) #define UNUSED __attributed((unused))
#ifndef BIT #ifndef BIT