Skip to content
Snippets Groups Projects
Commit 183da823 authored by m's avatar m
Browse files

Included unistd.h for successful Linux compile, known fix from...

Included unistd.h for successful Linux compile, known fix from https://github.com/open-ephys/GUI/pull/150
parent dd8692ac
Branches
Tags
No related merge requests found
......@@ -13,6 +13,8 @@
#include <queue>
#include <list>
#include <pthread.h>
#include <unistd.h>
typedef struct {
const char *connect_url;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment