Missing include (for memset(), strerror()).

This commit is contained in:
Thomas Moschny 2018-07-04 21:14:07 +02:00
parent 5f5568b3c4
commit d44c81b586

View File

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