Mercurial > hg > fxanalyse
comparison data-provider.h @ 167:8a94f1913b4e
Fix local header include
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 13 Feb 2014 19:18:02 +0100 |
parents | be87c8e78266 |
children | 6ccc428c412a |
comparison
equal
deleted
inserted
replaced
166:fdd2f8fd7714 | 167:8a94f1913b4e |
---|---|
1 #ifndef __DATA_PROVIDER_H__ | 1 #ifndef __DATA_PROVIDER_H__ |
2 #define __DATA_PROVIDER_H__ | 2 #define __DATA_PROVIDER_H__ |
3 | 3 |
4 #include <future.h> | 4 #include "future.h" |
5 | 5 |
6 /* data acquisition flag */ | 6 /* data acquisition flag */ |
7 extern int acquiring; | 7 extern int acquiring; |
8 | 8 |
9 /* data queue */ | 9 /* data queue */ |