Skip to content

Commit

Permalink
Merge pull request #64 from rofl0r/timespec_fix
Browse files Browse the repository at this point in the history
asound.h: include <time.h> to get struct timespec prototype
  • Loading branch information
simonrules committed Oct 20, 2015
2 parents 340176a + c8333f8 commit 1f8145a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sound/asound.h
Expand Up @@ -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))
Expand Down

0 comments on commit 1f8145a

Please sign in to comment.