changeset 167:8a94f1913b4e

Fix local header include
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 13 Feb 2014 19:18:02 +0100
parents fdd2f8fd7714
children 4de7f2c9f328
files data-provider.h fake-data-provider.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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;
--- a/fake-data-provider.c	Thu Feb 13 19:17:32 2014 +0100
+++ b/fake-data-provider.c	Thu Feb 13 19:18:02 2014 +0100
@@ -3,8 +3,8 @@
 #include <analysis.h>
 #include <userint.h>
 #include <utility.h>
-#include <future.h>
 
+#include "future.h"
 #include "data-provider.h"
 
 #define PERIOD 1.0