summaryrefslogtreecommitdiffstats
path: root/include/c11_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* introduce c11_compat.h to provide C11 things in C99Eric Engestrom2019-08-041-0/+27
Right now, all it does is provide the new standard `static_assert()` name. Fixes: fbf7c38da35afe7f1de0 ("egl/wayland: use bitset.h for `formats` bit set") Signed-off-by: Eric Engestrom <[email protected]> Tested-by: Bhushan Shah <[email protected]>