504afe29df
Help from and ok alek@
16 lines
438 B
Plaintext
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)
|
|
{
|