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/client.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/client.c')
-rw-r--r-- | app/cwm/client.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c index dfa771846..659141ca5 100644 --- a/app/cwm/client.c +++ b/app/cwm/client.c @@ -15,10 +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: client.c,v 1.71 2009/12/15 03:34:34 okan Exp $ + * $Id: client.c,v 1.72 2009/12/15 04:10:42 okan Exp $ */ +#include <sys/param.h> +#include <sys/queue.h> + #include <assert.h> +#include <err.h> +#include <errno.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> #include "calmwm.h" |