summaryrefslogtreecommitdiff
path: root/formats/format_h264.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-22 00:53:49 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-22 00:53:49 +0000
commit730e4eaca4858930832ecc6e6f9c0dd65d525d19 (patch)
treec703727b6495c7511d0da4abc033410605eff839 /formats/format_h264.c
parent8ad9122aa8725a963c50cbcd95e13a311abfd120 (diff)
implement the split of file.h and mod_format.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_h264.c')
-rw-r--r--formats/format_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_h264.c b/formats/format_h264.c
index ceafadf14..519a90636 100644
--- a/formats/format_h264.c
+++ b/formats/format_h264.c
@@ -28,7 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include "asterisk/file.h"
+#include "asterisk/mod_format.h"
#include "asterisk/module.h"
#include "asterisk/endian.h"