[pisa-src] r2183 - trunk/libpisa/sysdep.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 21 Mar 2010 11:53:08 +0100

Author: biurrun
Date: Sun Mar 21 11:53:08 2010
New Revision: 2183

Log:
Add errno.h #include for EINVAL.

Modified:
   trunk/libpisa/sysdep.h

Modified: trunk/libpisa/sysdep.h
==============================================================================
--- trunk/libpisa/sysdep.h      Sun Mar 21 11:43:20 2010        (r2182)
+++ trunk/libpisa/sysdep.h      Sun Mar 21 11:53:08 2010        (r2183)
@@ -19,6 +19,7 @@
 
 #ifndef HAVE_CLOCK_GETTIME
 
+#include <errno.h>
 #include <sys/time.h>
 
 #define CLOCK_REALTIME  1

Other related posts:

  • » [pisa-src] r2183 - trunk/libpisa/sysdep.h - Diego Biurrun