aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wilson <ksattic@gmail.com>2015-10-20 07:17:38 -0700
committerSimon Wilson <ksattic@gmail.com>2015-10-20 07:17:38 -0700
commit1f8145a46a7386369e771bc5abac8cefed6e945f (patch)
tree05c4e6a9e00873e5038efd1e35e0bff6f1b0bc76
parent340176a6e0f7767adb1282c13c01ce381d481b70 (diff)
parentc8333f8c7a4e4b9549abeef7530b2cd20a18e537 (diff)
Merge pull request #64 from rofl0r/timespec_fix
asound.h: include <time.h> to get struct timespec prototype
-rw-r--r--include/sound/asound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h
index a041628..7c6de81 100644
--- a/include/sound/asound.h
+++ b/include/sound/asound.h
@@ -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))