utils: define SIGABRT for FreeBSD

This commit is contained in:
Evgeniy Khramtsov 2021-06-07 20:53:16 +03:00
parent 8132c4e2b4
commit 98ce5acb69

View file

@ -31,6 +31,7 @@ extern "C" {
#include <stdbool.h>
#endif
#include <inttypes.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>