$NetBSD: patch-aa,v 1.1 2005/10/03 12:11:08 joerg Exp $

--- actuators.c.orig	2005-07-22 19:22:22.000000000 +0000
+++ actuators.c
@@ -3,6 +3,7 @@
 #endif
 
 #include <glib.h>
+#include <string.h>
 
 #include "actuators.h"
 //#include "containers.h"
@@ -45,6 +46,7 @@ copy_actuator (const struct pn_actuator 
 		      sizeof (union actuator_option_val));
 	      break;
 	    case OPT_TYPE_STRING:
+		    break;
 	    }
 	}
 
