From 9d4aa91837fe14acd441b677d61a365f0ce0256f Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 1 Jan 2003 23:08:07 +0000 Subject: [PATCH] include string.h for memset() --- demo/mmap.c | 1 + lib/buffer.c | 1 + 2 files changed, 2 insertions(+) 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) -- 2.26.2