connectivity: fix warning about missing method declarations
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 1 Oct 2015 22:33:06 +0000 (00:33 +0200)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 20 Jan 2016 07:47:47 +0000 (07:47 +0000)
commit3ffd61ca4280ae9932a79eac0146ed51c17ff51e
tree847577905efd8ce4e26ea80159126af22261216f
parent44634aef4dd8c4abb89be3af48c0ed4528476b93
connectivity: fix warning about missing method declarations

The WITH_TCP define is not set here, but the libcoap header checks for
it and only adds the tcp functions if it is set. Add it here to fix the
warnings.

Change-Id: I28f1831341583597f5bf06406724e236911b0b81
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3393
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/csdk/connectivity/src/SConscript