From 084c3bb43405af722c638ccb329e507c436f7c56 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 5 Jun 2013 16:22:20 -0400 Subject: [PATCH] lib: Restore build on FreeBSD It appears that the size_t definition was supplied through header leakage on other platforms after commit eee8089cbeffa39eef3858be57628be663b229b7 (signals: Make signal_name() thread-safe.). Signed-off-by: Ed Maste Signed-off-by: Ben Pfaff --- lib/signals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/signals.h b/lib/signals.h index 015d329c4..4821597ee 100644 --- a/lib/signals.h +++ b/lib/signals.h @@ -19,6 +19,7 @@ #include #include +#include #include "type-props.h" void signal_init(void); -- 2.43.0