From ae7bd33eb54d70b3bd6eaaafa190632dfb40f2c5 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Wed, 28 Sep 2011 17:03:49 +0000 Subject: [PATCH] Include limits.h instead of sys/limits.h to improve portability. PR: bin/150772 Submitted by: Derrick Brashear Reviewed by: Garrett Cooper Approved by: cognet --- usr.bin/csup/diff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/csup/diff.c b/usr.bin/csup/diff.c index 80596768998..bafb458e05b 100644 --- a/usr.bin/csup/diff.c +++ b/usr.bin/csup/diff.c @@ -26,11 +26,10 @@ * $FreeBSD$ */ -#include - #include #include #include +#include #include #include #include