kill_all: include limits.h for PATH_MAX

This commit is contained in:
Jory A. Pratt 2017-06-08 09:14:10 -05:00 committed by William Hubbs
parent 3c40826d34
commit 11243f85b6

View File

@ -19,6 +19,7 @@
#include <dirent.h>
#include <errno.h>
#include <getopt.h>
#include <limits.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>