pkgsrc-ng/news/nget/patches/patch-server_cc
2013-09-26 17:14:40 +02:00

15 lines
387 B
Plaintext

$NetBSD: patch-server_cc,v 1.1 2012/05/10 02:04:36 dholland Exp $
Use standard headers.
--- server.cc~ 2004-12-20 20:44:11.000000000 +0000
+++ server.cc
@@ -16,6 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <climits>
#include "server.h"
#include "strreps.h"
#include "nget.h"