bbfdm/libbbfdm
Roman Azarenko afc14c05d1
tr181: add missing include in deviceinfo.c
Fixes compilation error on vanilla OpenWrt:

	error: implicit declaration of function 'basename' [-Werror=implicit-function-declaration]
	  212 |                 base = basename(buf); /* before we replace argv0's NUL with space */
	      |                        ^~~~~~~~
	/home/dev/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/bbfdm-1.8.9/libbbfdm/dmtree/tr181/deviceinfo.c:212:22: error: assignment to 'const char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
	  212 |                 base = basename(buf); /* before we replace argv0's NUL with space */
	      |                      ^
2024-04-27 12:57:44 +02:00
..
dmtree tr181: add missing include in deviceinfo.c 2024-04-27 12:57:44 +02:00
scripts Multiple improvements 2024-04-15 13:46:49 +00:00
CMakeLists.txt Multiple improvements 2024-04-15 13:46:49 +00:00
dmlayer.c Re-implement GRE object 2024-04-09 07:28:52 +00:00
dmlayer.h Re-implement GRE object 2024-04-09 07:28:52 +00:00