[fix] additional includes, config.h needed
Some string.h definitions only appear if _GNU_SOURCE is defined, which is done for us in config.h. As usual, only include this in the .c files, and first in the header.
Please register or sign in to comment