From 3ef6182556f7f8a4044c1d7da1212989e655e6b2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 20 Aug 2008 21:58:05 +0000 Subject: Fix #include path, headers from other directories need to have the directory name prefixed now. Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/pktdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pktdumper.c') diff --git a/tools/pktdumper.c b/tools/pktdumper.c index 2d5a3b7218..781a3c24fc 100644 --- a/tools/pktdumper.c +++ b/tools/pktdumper.c @@ -18,13 +18,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include #include #include #include #include #include +#include "libavformat/avformat.h" #define PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin" -- cgit v1.2.3