diff options
Diffstat (limited to '')
-rw-r--r-- | calmwm.c | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -15,11 +15,21 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.c,v 1.50 2009/12/15 03:34:34 okan Exp $ + * $Id: calmwm.c,v 1.51 2009/12/15 04:10:42 okan Exp $ */ +#include <sys/param.h> +#include <sys/queue.h> +#include <sys/wait.h> + +#include <err.h> +#include <errno.h> #include <getopt.h> #include <signal.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> #include "calmwm.h" |