Skip to content
Snippets Groups Projects
Commit 76333248 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

#include <string.h> in v3color.h: recent Linux compilers care.

Linux dev builds have started breaking because v3color.h uses strlen() and
strncpy() without declaring them. Add relevant #include, which fixes.
parent 075e55c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment