com32: fix warning in host module
commitd76af0754db7ddd4c06215d922d213c93178c0af
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 28 May 2012 04:04:00 +0000 (28 01:04 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Mon, 28 May 2012 04:06:30 +0000 (28 01:06 -0300)
treecf8e0b784c3fd54403e01de327183a896d169d79
parentf89dba81b802a97b2673c60586aef39635717136
com32: fix warning in host module

host.c: In function ‘main’:
host.c:56:9: warning: implicit declaration of function ‘exit’
                            [-Wimplicit-function-declaration]
host.c:56:9: warning: incompatible implicit declaration of built-in
                                function ‘exit’ [enabled by default]

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
com32/modules/host.c