summaryrefslogtreecommitdiff
path: root/package/vlc/patches/patch-modules_misc_inhibit_xdg_c
blob: 59643a5b302045fe4ef2d52ab1ee9a628d9c0988 (plain)
1
2
3
4
5
6
7
8
9
10
--- vlc-2.1.1.orig/modules/misc/inhibit/xdg.c	2013-06-24 20:00:38.000000000 +0200
+++ vlc-2.1.1/modules/misc/inhibit/xdg.c	2013-12-06 19:42:43.000000000 +0100
@@ -28,7 +28,6 @@
 #include <assert.h>
 #include <errno.h>
 #include <signal.h>
-#include <spawn.h>
 #include <sys/wait.h>
 
 static int Open (vlc_object_t *);