util.c
changeset 857 453788ae925c
parent 823 fb5cbf0bd923
child 858 b797071ebbd4
equal deleted inserted replaced
856:7c53a7f54174 857:453788ae925c
     1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
     1 /* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
     2  * See LICENSE file for license details.
     2  * See LICENSE file for license details. */
     3  */
       
     4 #include "dwm.h"
     3 #include "dwm.h"
     5 #include <stdarg.h>
     4 #include <stdarg.h>
     6 #include <stdio.h>
     5 #include <stdio.h>
     7 #include <stdlib.h>
     6 #include <stdlib.h>
     8 #include <sys/wait.h>
     7 #include <sys/wait.h>