[Patch] fix some warnings in test/



Hi,
nmtestdevices.c isn't including string.h
patch attached,
-Thom
Index: nmtestdevices.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/test/nmtestdevices.c,v
retrieving revision 1.1
diff -u -r1.1 nmtestdevices.c
--- nmtestdevices.c	31 Aug 2004 16:09:15 -0000	1.1
+++ nmtestdevices.c	18 Oct 2004 13:05:01 -0000
@@ -25,6 +25,7 @@
 #include <dbus/dbus-glib.h>
 #include <stdio.h>
 #include <getopt.h>
+#include <string.h>
 
 /* These MUST correspond to NetworkManager device types */
 typedef enum NMDeviceType


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]