From 731dc00d80a1e46b6c0c792de01e49bdddcba0da Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 5 Feb 2015 12:59:59 +0000 Subject: Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ --- usr.bin/sdiff/sdiff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/sdiff') diff --git a/usr.bin/sdiff/sdiff.c b/usr.bin/sdiff/sdiff.c index 93d0d4e904a..09870c6c55b 100644 --- a/usr.bin/sdiff/sdiff.c +++ b/usr.bin/sdiff/sdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdiff.c,v 1.31 2015/01/16 06:40:11 deraadt Exp $ */ +/* $OpenBSD: sdiff.c,v 1.32 2015/02/05 12:59:58 millert Exp $ */ /* * Written by Raymond Lai . @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3