Skip to content

Commit 6c60e6b

Browse files
committed
fix #21
1 parent b932cd3 commit 6c60e6b

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

mex/lsl_pull_chunk_d.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "lsl_common.h"
2+
#include <strings.h>
23

34
/* function [ChunkData,Timestamps] = lsl_pull_chunk_d(LibHandle,Inlet,NumChannels) */
45

mex/lsl_pull_sample_buf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "lsl_common.h"
2+
#include <strings.h>
23

34
/* function [SampleData,Timestamp] = lsl_pull_sample_buf(LibHandle,Inlet,NumChannels,Timeout) */
45

mex/lsl_pull_sample_d.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "lsl_common.h"
2+
#include <strings.h>
23

34
/* function [SampleData,Timestamp] = lsl_pull_sample_d(LibHandle,Inlet,NumChannels,Timeout) */
45

mex/lsl_push_sample.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "lsl_common.h"
2+
#include <strings.h>
23

34
/* function lsl_push_sample(LibHandle, Outlet, SampleData [,Timestamp] [,Pushthrough]) */
45

0 commit comments

Comments
 (0)