summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_compiler.h
blob: cd80f681141a34d5588a00011f0ca76ccc4f3db1 (plain)
1
2
3
4
5
6
7
#ifndef _U_COMPILER_H_
#define _U_COMPILER_H_

#include "c99_compat.h" /* inline, __func__, etc. */
#include "util/macros.h"

#endif /* _U_COMPILER_H_ */