fix: strlcpy could be in libbsd

This commit is contained in:
2025-11-10 14:05:02 +01:00
parent 4492ce4fd0
commit f5bf71f535
7 changed files with 10 additions and 5 deletions
+1
View File
@@ -1,3 +1,4 @@
#include <bsd/string.h>
#include <string.h>
#include "types.h"
+1
View File
@@ -1,3 +1,4 @@
#include <bsd/string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>