Skip to content

Commit 5bc3071

Browse files
committed
Apparently strlcpy needs include of string.h.
Signed-off-by: Hans Dijkema <[email protected]>
1 parent 0eb3839 commit 5bc3071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webui.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "webview/win32_wv2.hpp"
2424
#elif __linux__
2525
#include <dlfcn.h>
26+
#include <string.h>
2627
#else
2728
// ...
2829
#endif

0 commit comments

Comments
 (0)