Fix missing include of "string.h"
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Feb 2009 22:47:24 +0000 (23:47 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Feb 2009 22:47:24 +0000 (23:47 +0100)
src/device.c

index 701528f..687cea0 100644 (file)
@@ -24,6 +24,8 @@
 #endif
 
 #include <errno.h>
+#include <string.h>
+
 #include <gdbus.h>
 
 #include "connman.h"