patch-modules_misc_inhibit_xdg_c 325 B

12345678910
  1. --- vlc-2.0.3.orig/modules/misc/inhibit/xdg.c 2011-12-08 19:00:26.000000000 +0100
  2. +++ vlc-2.0.3/modules/misc/inhibit/xdg.c 2012-07-26 16:36:07.000000000 +0200
  3. @@ -27,7 +27,6 @@
  4. #include <vlc_inhibit.h>
  5. #include <assert.h>
  6. #include <signal.h>
  7. -#include <spawn.h>
  8. #include <sys/wait.h>
  9. static int Open (vlc_object_t *);