An odd fix for GCC 7

This commit is contained in:
sdong 2019-10-31 15:06:10 -07:00
parent ac8621d376
commit 7eb9776466

View File

@ -10,7 +10,9 @@
#include <execinfo.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
// It's odd that including this breaks in GCC 7 but the build doesn't break
// if I remove it even under GCC 4.8.
// #include <stdlib.h>
#include <string.h>
#include <unistd.h>