summaryrefslogtreecommitdiff
blob: 0efc60fb868f0c1395038b52c5d786f3dde7daad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -ur gnomoradio-0.15.1.orig/roboradio/audio/prober.h gnomoradio-0.15.1/roboradio/audio/prober.h
--- gnomoradio-0.15.1.orig/roboradio/audio/prober.h	2004-10-17 04:40:36.000000000 +0300
+++ gnomoradio-0.15.1/roboradio/audio/prober.h	2008-06-29 14:48:13.000000000 +0300
@@ -27,6 +27,7 @@
 {
 	namespace Audio
 	{
+		gboolean probe (gpointer s);
 		class Prober : public Audio
 		{
 		public:
diff -ur gnomoradio-0.15.1.orig/roboradio/state.cc gnomoradio-0.15.1/roboradio/state.cc
--- gnomoradio-0.15.1.orig/roboradio/state.cc	2004-10-24 03:24:34.000000000 +0300
+++ gnomoradio-0.15.1/roboradio/state.cc	2008-06-29 14:48:13.000000000 +0300
@@ -28,6 +28,7 @@
 #include <sys/stat.h>
 #include <dirent.h>
 #include <iostream>
+#include <cstring>
 
 #include <map>
 #include <set>