openbsd-ports/devel/libbt/patches/patch-src_strbuf_c
2004-08-12 17:22:23 +00:00

17 lines
389 B
Plaintext

$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 <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
-#include "strbuf.h"
#ifndef max
#define max(x,y) ((x)>(y)?(x):(y))
#endif