openbsd-ports/archivers/unshield/patches/patch-lib_component_c
benoit 3fe777d2dc - update to unshield 0.5.1
- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@
2009-05-23 16:34:50 +00:00

16 lines
436 B
Plaintext

$OpenBSD: patch-lib_component_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/component.c.orig Tue May 6 03:38:11 2008
+++ lib/component.c Sat Mar 21 19:00:40 2009
@@ -1,8 +1,9 @@
/* $Id: patch-lib_component_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"
int unshield_component_count(Unshield* unshield)
{