[beast/distri-patches] Linux distribution patches from Debian/Gentoo: add missing includes.



commit e2c1db7c567e0cd2e2e0a1367ab18f73964a6e90
Author: Stefan Westerfeld <stefan space twc de>
Date:   Sat Jan 9 15:24:29 2010 +0100

    Linux distribution patches from Debian/Gentoo: add missing includes.

 birnet/birnettests.h |    1 +
 tools/bseloopfuncs.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/birnet/birnettests.h b/birnet/birnettests.h
index 79c624f..cdaa331 100644
--- a/birnet/birnettests.h
+++ b/birnet/birnettests.h
@@ -25,6 +25,7 @@
 
 #include <glib.h>
 #include <string.h>
+#include <signal.h>    /* G_BREAKPOINT() */
 
 BIRNET_EXTERN_C_BEGIN();
 
diff --git a/tools/bseloopfuncs.c b/tools/bseloopfuncs.c
index 99afb62..12004ce 100644
--- a/tools/bseloopfuncs.c
+++ b/tools/bseloopfuncs.c
@@ -17,6 +17,7 @@
 #include "bseloopfuncs.h"
 #include <bse/gsldatacache.h>
 #include <string.h>
+#include <signal.h>    /* G_BREAKPOINT() */
 #include <stdio.h>
 #include <math.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]