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/screen.c | |
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/screen.c')
-rw-r--r-- | app/cwm/screen.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/cwm/screen.c b/app/cwm/screen.c index a843b6581..e5793a5c5 100644 --- a/app/cwm/screen.c +++ b/app/cwm/screen.c @@ -15,9 +15,19 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: screen.c,v 1.24 2009/12/15 03:24:36 okan Exp $ + * $Id: screen.c,v 1.25 2009/12/15 04:10:42 okan Exp $ */ +#include <sys/param.h> +#include <sys/queue.h> + +#include <err.h> +#include <errno.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> + #include "calmwm.h" struct screen_ctx * |