aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/gen.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-12-30 23:49:43 +0100
committerPaulK <contact@paulk.fr>2011-12-30 23:49:43 +0100
commiteb6ac17bb7d991a03378d1021586f696d4ceeb42 (patch)
tree06ef1395619875976f520286a3b2509ac52a58b2 /samsung-ipc/gen.c
parent716e2844924ec394fcb7a66f4c138105982b9d5a (diff)
downloadexternal_libsamsung-ipc-eb6ac17bb7d991a03378d1021586f696d4ceeb42.zip
external_libsamsung-ipc-eb6ac17bb7d991a03378d1021586f696d4ceeb42.tar.gz
external_libsamsung-ipc-eb6ac17bb7d991a03378d1021586f696d4ceeb42.tar.bz2
Added missing stdio.h on gen.c
Diffstat (limited to 'samsung-ipc/gen.c')
-rw-r--r--samsung-ipc/gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ipc/gen.c b/samsung-ipc/gen.c
index de5cfd7..79c4746 100644
--- a/samsung-ipc/gen.c
+++ b/samsung-ipc/gen.c
@@ -18,6 +18,7 @@
*
*/
+#include <stdio.h>
#include <radio.h>
int ipc_gen_phone_res_check(struct ipc_gen_phone_res *res)