This change is desirable since dsm-api sits on top of ds485-client and should include those headers. Currently ds485_container is located in ds485-core, but that will change. Hence we do not want to encode that dependency directly in dsm-api
this code does not compile since SWIG complains about
/home/afenkart/dSS/sysroot/include/digitalSTROM/ds485-socket-server.h:7: Error: Unable to find 'stdbool.h' /home/afenkart/dSS/sysroot/include/digitalSTROM/ds485-socket-server.h:8: Error: Unable to find 'stddef.h' src/lib-v2/CMakeFiles/dsmapi2.dir/build.make:53: recipe for target 'src/lib-v2/dsm-api-luaLUA_wrap.c' failed make[2]: *** [src/lib-v2/dsm-api-luaLUA_wrap.c] Error 1 CMakeFiles/Makefile2:248: recipe for target 'src/lib-v2/CMakeFiles/dsmapi2.dir/all' failed make[1]: *** [src/lib-v2/CMakeFiles/dsmapi2.dir/all] Error 2 Makefile:137: recipe for target 'all' failed make: *** [all] Error 2