Skip to content

Commit

Permalink
fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 30, 2020
1 parent b932cd3 commit 6c60e6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mex/lsl_pull_chunk_d.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "lsl_common.h"
#include <strings.h>

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

Expand Down
1 change: 1 addition & 0 deletions mex/lsl_pull_sample_buf.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "lsl_common.h"
#include <strings.h>

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

Expand Down
1 change: 1 addition & 0 deletions mex/lsl_pull_sample_d.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "lsl_common.h"
#include <strings.h>

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

Expand Down
1 change: 1 addition & 0 deletions mex/lsl_push_sample.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "lsl_common.h"
#include <strings.h>

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

Expand Down

0 comments on commit 6c60e6b

Please sign in to comment.