summaryrefslogtreecommitdiff
path: root/editors/mg/patches/patch-paragraph.c
blob: 4c41d9c4bbe7a46024f5c9d45468ab7c68548988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-paragraph.c,v 1.1 2014/07/07 18:06:58 jperkin Exp $

Include limits.h for INT_{MIN,MAX}

--- paragraph.c.orig	2011-01-02 22:57:56.000000000 +0000
+++ paragraph.c
@@ -9,6 +9,8 @@
 
 #include "def.h"
 
+#include <limits.h>
+
 static int	fillcol = 70;
 
 #define MAXWORD 256