commit 3c2a8bf

Michael Forney  ·  2014-10-28 10:21:26 +0000 UTC
parent ebcdd92
shell_surface: Add missing signal.h include
1 files changed,  +1, -0
+1, -0
1@@ -34,6 +34,7 @@
2 #include "window.h"
3 
4 #include <stdlib.h>
5+#include <signal.h>
6 
7 struct shell_surface
8 {