JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make osx compile again
authorMarco Peereboom <marco@conformal.com>
Thu, 16 Feb 2012 15:22:47 +0000 (09:22 -0600)
committerMarco Peereboom <marco@conformal.com>
Thu, 16 Feb 2012 15:22:47 +0000 (09:22 -0600)
osx/Makefile
spectrwm.c

index 2af7814..d047087 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS+= -O2 -Wall -ggdb -D_GNU_SOURCE -D__OSX__ -I.
+CFLAGS+= -O2 -Wall -ggdb -D_GNU_SOURCE -D__OSX__ -I. -I..
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
 LDADD+=  -L/usr/X11/lib/ -lX11 -lXrandr -lXtst
 
index 6d62a53..4d4c12a 100644 (file)
@@ -83,7 +83,7 @@
 #elif defined(__FreeBSD__)
 #include <sys/tree.h>
 #else
-#include <sys/tree.h>
+#include "tree.h"
 #endif
 
 #include <X11/cursorfont.h>