- include fix.

This commit is contained in:
Christoph Oelckers 2021-05-12 09:58:26 +02:00
parent c1c4066c76
commit 31b1d760b1

View file

@ -1,4 +1,5 @@
#pragma once
#include <stdarg.h>
#if defined __GNUC__ || defined __clang__
# define ATTRIBUTE(attrlist) __attribute__(attrlist)