diff --git a/src/mod/asr_tts/mod_cepstral/mod_cepstral.c b/src/mod/asr_tts/mod_cepstral/mod_cepstral.c
index b5e17e1e80..de3b5e6c2b 100644
--- a/src/mod/asr_tts/mod_cepstral/mod_cepstral.c
+++ b/src/mod/asr_tts/mod_cepstral/mod_cepstral.c
@@ -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";