swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit baf362d7c2c700e79bc3a66650910e9e2c094f88
parent d96dcdee7eed1a902833239cf0238a826f63e939
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 25 Nov 2013 02:55:39 -0800

Add missing include exposed by recent commits

Diffstat:
Mlibswc/shell_surface.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/shell_surface.c b/libswc/shell_surface.c @@ -24,6 +24,7 @@ #include "swc.h" #include "compositor_surface.h" #include "shell_surface.h" +#include "util.h" #include "window.h" #include <stdlib.h>