diff options
author | okan | 2009-12-15 04:10:42 +0000 |
---|---|---|
committer | okan | 2009-12-15 04:10:42 +0000 |
commit | fb3ff22ef266df7aab2945a994a190f507cdfc51 (patch) | |
tree | 8a1dda09bb120d6f7ebcfbb67cb47159f67e19d7 /parse.y | |
parent | f4f6af9badc27bcc6fa315b54cf03251056e1e40 (diff) | |
download | cwm-fb3ff22ef266df7aab2945a994a190f507cdfc51.tar.gz |
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 'parse.y')
-rw-r--r-- | parse.y | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |