inotify icon indicating copy to clipboard operation
inotify copied to clipboard

Added missing <string.h> include in erl_comm.c

Open ks156 opened this issue 7 months ago • 0 comments

memset in function read_cmd is provided by string.h. Newer version of GCC generate error on missing includes

ks156 avatar Jun 30 '25 12:06 ks156