From 1357284a52eeaab13e37b2fa04ef8c1009e91b87 Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 5 Feb 2015 12:59:57 +0000 Subject: Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- usr.bin/diff/xmalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/diff/xmalloc.c') diff --git a/usr.bin/diff/xmalloc.c b/usr.bin/diff/xmalloc.c index 97c9792a7f5..767500c0b07 100644 --- a/usr.bin/diff/xmalloc.c +++ b/usr.bin/diff/xmalloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.4 2013/08/19 20:21:15 millert Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.5 2015/02/05 12:59:57 millert Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -14,8 +14,8 @@ */ #include -#include #include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b