[vlc-commits] Fix include path in moved file

Pierre Ynard git at videolan.org
Thu Feb 17 19:15:16 CET 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Feb 17 19:14:30 2011 +0100| [da8a69fb8ce253eeb74ede8284699326f72d8c60] | committer: Pierre Ynard

Fix include path in moved file

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da8a69fb8ce253eeb74ede8284699326f72d8c60
---

 src/posix/darwin_dirs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/posix/darwin_dirs.c b/src/posix/darwin_dirs.c
index 1b0f8c1..b698667 100644
--- a/src/posix/darwin_dirs.c
+++ b/src/posix/darwin_dirs.c
@@ -33,7 +33,7 @@
 #include "../libvlc.h"
 #include <vlc_charset.h>
 #include <vlc_configuration.h>
-#include "configuration.h"
+#include "config/configuration.h"
 
 static char *configdir = NULL;
 



More information about the vlc-commits mailing list