diff input/input.c @ 26543:606fe14e4e6c

Use full path for libavutil #includes.
author diego
date Mon, 28 Apr 2008 14:44:10 +0000
parents e9617c54bb04
children 45fc8351ca9b
line wrap: on
line diff
--- a/input/input.c	Mon Apr 28 14:43:30 2008 +0000
+++ b/input/input.c	Mon Apr 28 14:44:10 2008 +0000
@@ -20,7 +20,7 @@
 #include "osdep/getch2.h"
 #include "osdep/keycodes.h"
 #include "osdep/timer.h"
-#include "avstring.h"
+#include "libavutil/avstring.h"
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "m_config.h"