JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed the CONFIG variable from config.mk, renamed config.h into config.default...
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 803fe9f..68b307d 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -3,7 +3,7 @@
  * See LICENSE file for license details.
  */
 
-#include CONFIG
+#include "config.h"
 #include <X11/Xlib.h>
 
 /* mask shorthands, used in event.c and client.c */