diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 1 | ||||
| -rw-r--r-- | include/samsung-ipc.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 3ea4b55..51ebb84 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -13,6 +13,7 @@ samsung_ipcinclude_HEADERS = \ net.h \ snd.h \ misc.h \ + svc.h \ ss.h \ gprs.h \ sat.h \ diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h index 6e4ac4f..2cdc509 100644 --- a/include/samsung-ipc.h +++ b/include/samsung-ipc.h @@ -135,8 +135,8 @@ void ipc_rfs_message_fill(struct ipc_rfs_header *header, struct ipc_message_info #include "net.h" #include "snd.h" #include "misc.h" -#include "ss.h" #include "svc.h" +#include "ss.h" #include "gprs.h" #include "sat.h" #include "imei.h" |
