From: Reginald Kennedy Date: Sat, 11 Feb 2012 01:42:01 +0000 (+0800) Subject: Fix include path for Linux rb tree, add slots for FreeBSD tree.h and others. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e8cabbe0028720c08f128a4e3f1e0596abe0fce3;p=spectrwm.git Fix include path for Linux rb tree, add slots for FreeBSD tree.h and others. Remove stray spaces. --- diff --git a/scrotwm.c b/scrotwm.c index bf4a3bd..3f9c3bd 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -75,10 +75,14 @@ #include #include #if defined(__linux__) -#include "linux/tree.h" +#include "tree.h" #elif defined(__OpenBSD__) #include -# endif +#elif defined(__FreeBSD__) +#include +#else +#include +#endif #include #include