examples/mdns_test: fix link error
authorWonsang Ryou <wonsang.yoo@samsung.com>
Thu, 20 Apr 2017 10:44:01 +0000 (19:44 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 10:51:23 +0000 (19:51 +0900)
commita59161be62a1575019923cdeb8b3eca526d32e81
tree90fd49957bde0f99fc1bdb00b9cbefe8b656c6da
parentc16aee180443737dfa410c73c664cd76be8d7732
examples/mdns_test: fix link error

This patch adds "#include <stdlib.h>" in order to fix the following
link error.

  mdns_main.c:206: undefined reference to `atoi'

Change-Id: I4a8efdecfdfc2dd8736f9754557e87db854d5a65
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
apps/examples/mdns_test/mdns_main.c