Files
pkgsrc-ng/editors/mg/patches/patch-paragraph.c
2016-01-21 23:40:00 +01:00

16 lines
287 B
C

$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