From edeee4a293d364976d31c00b78fe8e54a741875a Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Tue, 16 Aug 2016 14:12:16 +0900 Subject: [PATCH] Add a missed c header file Although sample programs use the ocpayload.h, the header was not installed. Change-Id: Ibb9c92b540fc0365b81acbbd29d8b73ee170235d Signed-off-by: Youngjae Shin Reviewed-on: https://gerrit.iotivity.org/gerrit/10485 Tested-by: jenkins-iotivity Reviewed-by: Jaehong Jo Reviewed-by: Ziran Sun --- resource/csdk/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/csdk/SConscript b/resource/csdk/SConscript index 8606857..62ff0be 100644 --- a/resource/csdk/SConscript +++ b/resource/csdk/SConscript @@ -181,3 +181,4 @@ liboctbstack_env.UserInstallTargetLib(octbstack_libs, 'octbstack') liboctbstack_env.UserInstallTargetHeader('stack/include/ocstackconfig.h', 'resource', 'ocstackconfig.h') liboctbstack_env.UserInstallTargetHeader('stack/include/octypes.h', 'resource', 'octypes.h') +liboctbstack_env.UserInstallTargetHeader('stack/include/ocpayload.h', 'resource', 'ocpayload.h') -- 2.7.4