patch-plugins_gtkui_coverart_c 548 B

12345678910111213141516171819
  1. $OpenBSD: patch-plugins_gtkui_coverart_c,v 1.1 2016/09/13 08:48:12 dcoppa Exp $
  2. commit d08efb4688ce231edf74e507a051379cc307722e
  3. Author: Alexey Yakovenko <wakeroid@gmail.com>
  4. Date: Mon May 30 22:16:29 2016 +0200
  5. artwork: don't include deadbeef.h from API header by relative path
  6. --- plugins/gtkui/coverart.c.orig Sun Jun 19 13:26:18 2016
  7. +++ plugins/gtkui/coverart.c Thu Sep 8 09:29:09 2016
  8. @@ -30,6 +30,7 @@
  9. #ifdef __linux__
  10. #include <sys/prctl.h>
  11. #endif
  12. +#include "../../deadbeef.h"
  13. #include "../artwork/artwork.h"
  14. #include "gtkui.h"