diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 04:10:43 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 04:10:43 +0000 |
commit | d076ad7b7dd5e1dfe62494b61d98fd381f6fb440 (patch) | |
tree | 51fabc306ef4c35b80f93d89275a9d3c13a8125b /app/cwm/parse.y | |
parent | 114da96e5ad4b0cb9f88fd0612374188afb3efc1 (diff) |
pull all non-X11 headers from calmwm.h and place them only where they
are required.
encourged to go all the way by oga@
Diffstat (limited to 'app/cwm/parse.y')
-rw-r--r-- | app/cwm/parse.y | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/cwm/parse.y b/app/cwm/parse.y index 8875900b8..a7407e0b7 100644 --- a/app/cwm/parse.y +++ b/app/cwm/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.23 2009/12/15 03:24:36 okan Exp $ */ +/* $OpenBSD: parse.y,v 1.24 2009/12/15 04:10:42 okan Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -21,7 +21,11 @@ %{ +#include <sys/param.h> +#include <sys/queue.h> + #include <ctype.h> +#include <err.h> #include <errno.h> #include <limits.h> #include <stdarg.h> |