Skip to content

Commit 2a0014e

Browse files
committed
Previous fix was incompatible with Windows
1 parent 6c60e6b commit 2a0014e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mex/lsl_pull_chunk_d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "lsl_common.h"
2-
#include <strings.h>
2+
#include <string.h>
33

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

mex/lsl_pull_sample_buf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "lsl_common.h"
2-
#include <strings.h>
2+
#include <string.h>
33

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

mex/lsl_pull_sample_d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "lsl_common.h"
2-
#include <strings.h>
2+
#include <string.h>
33

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

mex/lsl_push_sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "lsl_common.h"
2-
#include <strings.h>
2+
#include <string.h>
33

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

0 commit comments

Comments
 (0)