File the-board-includes.patch of Package the-board
Index: the-board-0.1.3/src/tb/tb-sound-player.c
===================================================================
--- the-board-0.1.3.orig/src/tb/tb-sound-player.c
+++ the-board-0.1.3/src/tb/tb-sound-player.c
@@ -1,6 +1,7 @@
#include <glib.h>
#include <glib-object.h>
#include <gst/gst.h>
+#include <string.h>
#include "tb-enum-types.h"
#include "tb/tb-sound-player.h"
Index: the-board-0.1.3/src/tb/tb-sound-recorder.c
===================================================================
--- the-board-0.1.3.orig/src/tb/tb-sound-recorder.c
+++ the-board-0.1.3/src/tb/tb-sound-recorder.c
@@ -1,6 +1,7 @@
#include <glib.h>
#include <glib-object.h>
#include <gst/gst.h>
+#include <string.h>
#include "tb-enum-types.h"
#include "tb/tb-sound-recorder.h"