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/media-sound/grip/files/grip-3.3.1-implicit-declara...

33 lines
673 B

--- grip-3.3.1/src/status_window.c
+++ grip-3.3.1/src/status_window.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
+#include <string.h>
#include <fcntl.h>
#include <vte/vte.h>
#include "status_window.h"
--- grip-3.3.1/src/tray.c
+++ grip-3.3.1/src/tray.c
@@ -20,6 +20,9 @@
* USA
*/
+#include "cdplay.h"
+#include "common.h"
+#include "rip.h"
#include "tray.h"
#include "../pixmaps/rip1.xpm"
#include "../pixmaps/menuplay.xpm"
--- grip-3.3.1/src/cdplay.c
+++ grip-3.3.1/src/cdplay.c
@@ -28,6 +28,7 @@
#include "cddev.h"
#include "discedit.h"
#include "dialog.h"
+#include "tray.h"
#include "rip.h"
#include "grip_id3.h"