Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] speech-dispatcher 0.8 moved the location of the header files #1

Open
paulgevers opened this issue Feb 16, 2014 · 1 comment

Comments

@paulgevers
Copy link

The header files of speech-dispatcher have been moved. speechd-up needs a trivial update to find them.

--- a/speechd-up.c
+++ b/speechd-up.c
@@ -42,7 +42,7 @@
#include <wctype.h>

#include <iconv.h>
-#include <libspeechd.h>
+#include <speech-dispatcher/libspeechd.h>

#include "log.h"
#include "options.h"

@alexarnaud
Copy link

What's about this patch @williamh ?

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants