Hello.
I'm making a daemon in tizen. I want to use socket activation and try to use system/sd-daemon.h
But build error show there are no such fle and if I add systemd-daemon to target_link_library, it show 'cannot find -lsystemd-daemon'.
How can I use the header file with tizen sdk?
Thank you.