diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-22 11:06:01 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-22 11:06:01 +0100 |
commit | 742732a1c818e382bfd55e274b490e8b3cdf4dca (patch) | |
tree | c5ac90e182d664249782f9022e0b24a2e2c2629b /xevents.c | |
parent | 089ec389dd7de47295c0664d3f4193b1a66dbe4f (diff) | |
parent | 7936b9b2a7c7c3cc06d3fb60c22ed535b610cd63 (diff) | |
download | cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.gz cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.xz cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.zip |
cvsimport
Diffstat (limited to 'xevents.c')
-rw-r--r-- | xevents.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c index 8facee1..df98b2d 100644 --- a/xevents.c +++ b/xevents.c @@ -24,11 +24,12 @@ * management of the xevent's. */ -#include <sys/param.h> +#include <sys/types.h> #include "queue.h" #include <err.h> #include <errno.h> +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |