From 1a71b80a25cbd74c08a1f892f5f7fb8b15626665 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 19 Mar 2012 16:57:24 +0000 Subject: xpp: fix build warnings Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10543 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/astribank_license.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xpp/astribank_license.c') diff --git a/xpp/astribank_license.c b/xpp/astribank_license.c index 8eeb7c2..93c0d26 100644 --- a/xpp/astribank_license.c +++ b/xpp/astribank_license.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include "astribank_license.h" @@ -230,7 +231,7 @@ int read_from_file( char buf[256]; char *line, *key, *value; int lineno = 0; - unsigned int license_marker_begin; + unsigned int license_marker_begin = 0; unsigned int license_marker_end; struct table { struct eeprom_table eeprom_table; -- cgit v1.2.3