From: Ed Maste Date: Wed, 5 Jun 2013 20:22:20 +0000 (-0400) Subject: lib: Restore build on FreeBSD X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~167 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=084c3bb43405af722c638ccb329e507c436f7c56;p=sliver-openvswitch.git 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 --- 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);