include string.h for memset()
This commit is contained in:
parent
ea64ba8daa
commit
9d4aa91837
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <string.h>
|
||||
#include "examples.h"
|
||||
|
||||
unsigned int chanlist[256];
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <comedi.h>
|
||||
|
||||
#include <libinternal.h>
|
||||
#include <string.h>
|
||||
|
||||
EXPORT_SYMBOL(comedi_set_buffer_size,0.7.18);
|
||||
int comedi_set_buffer_size(comedi_t *it, unsigned int subdev, unsigned int size)
|
||||
|
|
Loading…
Add table
Reference in a new issue