Silly includes going haywire. Fix the errors/warnings (hopefully).
Change-Id: I7ec2b7e8fe56ad6d65ab757e8667b4951d00ee29
This commit is contained in:
parent
e189b33ff4
commit
5f0cb71361
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
#ifndef PCM_PLAYBACK_H
|
||||
#define PCM_PLAYBACK_H
|
||||
|
||||
#include <sys/types.h> /* size_t, uint32_t */
|
||||
#include <string.h> /* size_t */
|
||||
#include <inttypes.h> /* uint32_t */
|
||||
#include "config.h"
|
||||
|
||||
enum pcm_dma_status
|
||||
|
|
Loading…
Reference in a new issue