]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix include
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 3 Mar 2006 19:59:00 +0000 (19:59 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 3 Mar 2006 19:59:00 +0000 (19:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@744 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_cepstral/mod_cepstral.c

index b5e17e1e80afd1252e2246972b87b3287f584299..de3b5e6c2b39e4f72419290b82acd2ded126a6f8 100644 (file)
@@ -29,7 +29,7 @@
  * mod_cepstral.c -- Cepstral Interface
  *
  */
-#include <swift/swift.h>
+#include <swift.h>
 #include <switch.h>
 
 static const char modname[] = "mod_cepstral";