diff 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
line wrap: on
line diff
--- a/data-provider.h	Thu Feb 13 19:17:32 2014 +0100
+++ b/data-provider.h	Thu Feb 13 19:18:02 2014 +0100
@@ -1,7 +1,7 @@
 #ifndef __DATA_PROVIDER_H__
 #define __DATA_PROVIDER_H__
 
-#include <future.h>
+#include "future.h"
 
 /* data acquisition flag */
 extern int acquiring;