lib: Restore build on FreeBSD
authorEd Maste <emaste@freebsd.org>
Wed, 5 Jun 2013 20:22:20 +0000 (16:22 -0400)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Jun 2013 20:24:35 +0000 (13:24 -0700)
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 <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/signals.h

index 015d329..4821597 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <signal.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include "type-props.h"
 
 void signal_init(void);