Skip to content
Snippets Groups Projects
Commit fca86f70 authored by rswindell's avatar rswindell
Browse files

Needed string.h for memcpy prototype.

parent 989d7bbc
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
#if defined(__unix__)
#include <stdlib.h>
#include <string.h> /* memcpy */
#include <unistd.h>
#include <termios.h>
......
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