2009-05-23 12:34:50 -04:00
|
|
|
$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
|
2005-07-25 05:58:16 -04:00
|
|
|
@@ -1,8 +1,9 @@
|
2009-05-23 12:34:50 -04:00
|
|
|
/* $Id: patch-lib_file_group_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
|
2005-07-25 05:58:16 -04:00
|
|
|
-#include "internal.h"
|
|
|
|
-#include "log.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
+
|
|
|
|
+#include "internal.h"
|
|
|
|
+#include "log.h"
|
|
|
|
|
|
|
|
#define VERBOSE 1
|
|
|
|
|