Merge pull request #64 from rofl0r/timespec_fix

asound.h: include <time.h> to get struct timespec prototype
This commit is contained in:
Simon Wilson
2015-10-20 07:17:38 -07:00
+1
View File
@@ -12,6 +12,7 @@
#ifndef __SOUND_ASOUND_H
#define __SOUND_ASOUND_H
#include <time.h>
#include <linux/types.h>
#define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor))