aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mixer.c1
-rw-r--r--pcm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/mixer.c b/mixer.c
index f270ca8..d6f3fcd 100644
--- a/mixer.c
+++ b/mixer.c
@@ -35,6 +35,7 @@
#include <errno.h>
#include <ctype.h>
#include <limits.h>
+#include <time.h>
#include <sys/ioctl.h>
diff --git a/pcm.c b/pcm.c
index 707e5f3..c1f2212 100644
--- a/pcm.c
+++ b/pcm.c
@@ -38,6 +38,7 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/time.h>
+#include <time.h>
#include <limits.h>
#include <linux/ioctl.h>