You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/cuegen/files/cuegen-1.2.0-missing-includ...

18 lines
284 B

--- 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>