commit 3c2a8bfb20904791d6517cc0e932b4fbccdc545f parent ebcdd927a9f01a720a0f861171c4e8b31a4b417d Author: Michael Forney <mforney@mforney.org> Date: Tue, 28 Oct 2014 10:21:26 +0000 shell_surface: Add missing signal.h include Diffstat:
M | libswc/shell_surface.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/libswc/shell_surface.c b/libswc/shell_surface.c @@ -34,6 +34,7 @@ #include "window.h" #include <stdlib.h> +#include <signal.h> struct shell_surface {