summaryrefslogtreecommitdiff
blob: 98a273cddb13acac4b488910c5a3dd4be7e71fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/cuegen.c
+++ b/cuegen.c
@@ -10,12 +10,14 @@
  */
 
 
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <linux/cdrom.h>
 #include <sys/ioctl.h>
 #include <sys/file.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <unistd.h>
 #include <string.h>