changes requested by code review

This commit is contained in:
Alexander Sieg 2020-05-07 22:40:57 +02:00
parent a8da30c437
commit 39e226e923
7 changed files with 16 additions and 25 deletions

View file

@ -2,10 +2,9 @@
#if __linux__
#include <malloc.h>
#elif __FreeBSD__
#endif
#include <stdlib.h>
#include <signal.h>
#endif
#include <string.h>
#include <unistd.h>
#include <assert.h>