openbsd-ports/archivers/unshield/patches/patch-lib_component_c
2005-07-25 09:58:16 +00:00

16 lines
438 B
Plaintext

$OpenBSD: patch-lib_component_c,v 1.1.1.1 2005/07/25 09:58:16 jsg Exp $
--- lib/component.c.orig Sat Jul 9 18:37:55 2005
+++ lib/component.c Sat Jul 9 18:38:26 2005
@@ -1,8 +1,9 @@
/* $Id: patch-lib_component_c,v 1.1.1.1 2005/07/25 09:58:16 jsg 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)
{