$OpenBSD: patch-src_strbuf_c,v 1.1 2004/08/12 17:22:23 jolan Exp $ --- src/strbuf.c.orig Fri Apr 16 01:19:41 2004 +++ src/strbuf.c Thu Aug 12 12:08:05 2004 @@ -1,11 +1,11 @@ #include "config.h" +#include "strbuf.h" #include "util.h" #include #ifdef HAVE_STRINGS_H #include #endif -#include "strbuf.h" #ifndef max #define max(x,y) ((x)>(y)?(x):(y)) #endif