Fix includes in strlcat

This commit is contained in:
o9000 2017-12-21 11:47:59 +01:00
parent 5bc83561e0
commit f4384b786c

View file

@ -20,6 +20,7 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "strlcat.h"