summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel/patches/patch-ab
blob: 37e562fcea2d9628d80916ad493a028b7fb7b584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $

--- file.c.orig	Wed Aug 27 12:59:52 2003
+++ file.c	Wed Aug 27 13:00:09 2003
@@ -34,10 +34,10 @@
 
 #include <sys/param.h>
 
+#include <zlib.h>
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <zlib.h>
 
 #include "grep.h"