openbsd-ports/archivers/unshield/patches/patch-lib_file_group_c

16 lines
408 B
Plaintext
Raw Normal View History

$OpenBSD: patch-lib_file_group_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/file_group.c.orig Tue May 6 03:38:11 2008
+++ lib/file_group.c Sat Mar 21 19:00:40 2009
@@ -1,8 +1,9 @@
/* $Id: patch-lib_file_group_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
-#include "internal.h"
-#include "log.h"
#include <stdlib.h>
#include <string.h>
+
+#include "internal.h"
+#include "log.h"
#define VERBOSE 1