diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 14:07:30 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 14:07:30 +0100 |
commit | 20e1ea02a3a9c3801fe3dfdc6c6d52d0263c7a02 (patch) | |
tree | fb7d0a28ffd29c05d522ff5fb036e8aae4f62d5a /include | |
parent | 0b3a6b4838e4ba55c79387bf7314e6dffb33bf42 (diff) | |
download | external_libsamsung-ipc-20e1ea02a3a9c3801fe3dfdc6c6d52d0263c7a02.zip external_libsamsung-ipc-20e1ea02a3a9c3801fe3dfdc6c6d52d0263c7a02.tar.gz external_libsamsung-ipc-20e1ea02a3a9c3801fe3dfdc6c6d52d0263c7a02.tar.bz2 |
Correct enumeration of files and devices
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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" |