util.c
changeset 164 21071ae1fe68
parent 138 c1185dc7a36e
child 187 41f8ee33771e
equal deleted inserted replaced
163:e2e1de08341d 164:21071ae1fe68
     1 /*
     1 /*
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 #include "dwm.h"
     5 #include "dwm.h"
     6 
       
     7 #include <stdarg.h>
     6 #include <stdarg.h>
     8 #include <stdio.h>
     7 #include <stdio.h>
     9 #include <stdlib.h>
     8 #include <stdlib.h>
    10 #include <sys/wait.h>
     9 #include <sys/wait.h>
    11 #include <unistd.h>
    10 #include <unistd.h>