diff options
Diffstat (limited to 'drivers/atmodem/call-forwarding.c')
-rw-r--r-- | drivers/atmodem/call-forwarding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/call-forwarding.c b/drivers/atmodem/call-forwarding.c index b4fe680c..413e0cfb 100644 --- a/drivers/atmodem/call-forwarding.c +++ b/drivers/atmodem/call-forwarding.c @@ -37,7 +37,7 @@ #include "gatchat.h" #include "gatresult.h" -#include "at.h" +#include "atmodem.h" static const char *none_prefix[] = { NULL }; static const char *ccfc_prefix[] = { "+CCFC:", NULL }; |