diff options
Diffstat (limited to 'xevents.c')
-rw-r--r-- | xevents.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xevents.c,v 1.115 2014/09/27 19:04:32 okan Exp $ + * $OpenBSD: xevents.c,v 1.116 2015/01/19 14:54:16 okan Exp $ */ /* @@ -24,11 +24,12 @@ * management of the xevent's. */ -#include <sys/param.h> +#include <sys/types.h> #include <sys/queue.h> #include <err.h> #include <errno.h> +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |