Merge pull request #59 from thmo/missing-include

Missing include (for memset(), strerror()).
This commit is contained in:
Adrian Chadd 2018-07-11 15:47:48 -07:00 committed by GitHub
commit fc57283a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/time.h> #include <sys/time.h>
#include <string.h>
#include <generic_types.h> #include <generic_types.h>
#include <list.h> #include <list.h>