fix warnings r0_7_21
authorDavid Schleef <ds@schleef.org>
Sat, 16 Aug 2003 23:18:07 +0000 (23:18 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 16 Aug 2003 23:18:07 +0000 (23:18 +0000)
comedi_calibrate/save_cal.c
demo/sv.c

index 60ee087dd036199dfd6490335514bb4be5f24e82..f7b3fb90d459b5ede69fc7baa90558ff4dbf5d4b 100644 (file)
@@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include <stdlib.h>
 #include <assert.h>
 #include <time.h>
+#include <string.h>
 
 #include <comedilib.h>
 
index ae51115f231a84849169ed5ecffa97a5bc9647f4..41814f800133bb1832bfd011198217cfde6a9537 100644 (file)
--- a/demo/sv.c
+++ b/demo/sv.c
@@ -17,6 +17,7 @@
 #include <errno.h>
 #include <getopt.h>
 #include <ctype.h>
+#include <stdlib.h>
 #include "examples.h"
 
 comedi_t *device;