aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 00:53:49 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 00:53:49 +0000
commit9a04121e3611d1129b5aa9bbf4f7ea14843d1aac (patch)
treec703727b6495c7511d0da4abc033410605eff839 /formats/format_wav.c
parent3f6e17e2cd815fea6c7df4418d6c9ad7e0683b40 (diff)
implement the split of file.h and mod_format.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89515 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_wav.c')
-rw-r--r--formats/format_wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 46ba4c76a..238c11288 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.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"