From: Frank Mori Hess Date: Wed, 1 Jan 2003 23:08:07 +0000 (+0000) Subject: include string.h for memset() X-Git-Tag: r0_7_21~269 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d4aa91837fe14acd441b677d61a365f0ce0256f;p=comedilib.git include string.h for memset() --- diff --git a/demo/mmap.c b/demo/mmap.c index 30060cc..526aa3a 100644 --- a/demo/mmap.c +++ b/demo/mmap.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "examples.h" unsigned int chanlist[256]; diff --git a/lib/buffer.c b/lib/buffer.c index 394fb6c..6e5a4d5 100644 --- a/lib/buffer.c +++ b/lib/buffer.c @@ -24,6 +24,7 @@ #include #include +#include EXPORT_SYMBOL(comedi_set_buffer_size,0.7.18); int comedi_set_buffer_size(comedi_t *it, unsigned int subdev, unsigned int size)