sof/tools/tplg_parser/include
Seppo Ingalsuo 5af59eb5cc Tools: Tplg_parser: Add include of <linux/types.h>
These headers include alsa/sound/asoc.h and some versions of the
headers have this conditional include of types.h:

	#if defined(__linux__)
	#include <linux/types.h>
	#endif

To ensure types __le64, __le32, __le16, __u8 are defined explicitly
include types.h becore including asoc.h.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2023-05-15 11:49:43 +03:00
..
linux Tools: Testbench: Avoid need linux kernel headers in build 2023-03-20 19:33:55 +02:00
tplg_parser Tools: Tplg_parser: Add include of <linux/types.h> 2023-05-15 11:49:43 +03:00