threads: fix implicit declaration of memset

This commit is contained in:
matthias gatto 2018-10-11 23:22:21 +02:00
parent da714ea719
commit 8c6c2e8071
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#endif
#include <stdlib.h>
#include <string.h>
#include <boolean.h>
#include <rthreads/rthreads.h>