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.
11 lines
379 B
11 lines
379 B
8 years ago
|
Index: trunk/libffado/src/libutil/PosixMessageQueue.cpp
|
||
|
===================================================================
|
||
|
--- trunk/libffado/src/libutil/PosixMessageQueue.cpp (revision 2171)
|
||
|
+++ trunk/libffado/src/libutil/PosixMessageQueue.cpp (revision 2706)
|
||
|
@@ -31,4 +31,5 @@
|
||
|
#include <string.h>
|
||
|
#include <poll.h>
|
||
|
+#include <signal.h>
|
||
|
|
||
|
#define MQ_INVALID_ID ((mqd_t) -1)
|