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

Replace path for include deadbeef.h to deadbeef/deadbeef.h #8

Open
3ed opened this issue Jun 1, 2020 · 0 comments
Open

Replace path for include deadbeef.h to deadbeef/deadbeef.h #8

3ed opened this issue Jun 1, 2020 · 0 comments

Comments

@3ed
Copy link

3ed commented Jun 1, 2020

--- a/rating.c	2019-06-06 15:56:03.000000000 +0200
+++ b/rating.c	2020-05-28 17:48:35.171091539 +0200
@@ -1,4 +1,4 @@
-#include <deadbeef.h>
+#include <deadbeef/deadbeef.h>
 #include <string.h>
 #include <stdlib.h>

After this change you can omit -I/usr/include/deadbeef for gcc args because path to /usr/include/deadbeef.h become /usr/include/deadbeef/deadbeef.h. /usr/include/ is a default search localization.

Patch

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

1 participant