diff future.h @ 208:b955e35c07ae

Fix includes
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Mon, 31 Mar 2014 17:03:38 +0200
parents 4102fe614df2
children a2f99632a80c
line wrap: on
line diff
--- a/future.h	Mon Mar 31 17:03:38 2014 +0200
+++ b/future.h	Mon Mar 31 17:03:38 2014 +0200
@@ -1,10 +1,9 @@
 #ifndef __FUTURE_H__
 #define __FUTURE_H__
 
-#include <ansi_c.h>
-
 double round(double x);
 
+typedef unsigned int time_t;
 typedef long int suseconds_t;
 
 struct timeval {