about summary refs log tree commit diff stats
path: root/whitelist.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 15:06:37 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 15:06:37 -0600
commitc1264a60aaf38e3c0304c03f8d94f3b8a01b79b0 (patch)
treed72c08eb11312b89dd2bab42fb122af3d66b0bcc /whitelist.c
parentebf1c0a15cfd9340cd8aa2f64a96655e38881492 (diff)
downloadxombrero-c1264a60aaf38e3c0304c03f8d94f3b8a01b79b0.tar.gz
remove need for clens here by playing tricks with include paths, help from davec
Diffstat (limited to 'whitelist.c')
-rw-r--r--whitelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/whitelist.c b/whitelist.c
index a7c3d8a..f9df480 100644
--- a/whitelist.c
+++ b/whitelist.c
@@ -19,7 +19,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "xxxterm.h"
+#include <xxxterm.h>
 
 gchar *
 find_domain(const gchar *s, int toplevel)