From cc24fe04065bbeed79bcb49db4005050c2814d47 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 17 Jun 2016 10:12:30 -0400 Subject: [PATCH] Re-added timeval for newer Windows compilers --- src/openalpr/support/timing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/support/timing.h b/src/openalpr/support/timing.h index 9ac4727..a78bfa3 100644 --- a/src/openalpr/support/timing.h +++ b/src/openalpr/support/timing.h @@ -17,7 +17,7 @@ long tv_nsec; // Nanoseconds - [0, 999999999] }; #else - //#define timespec timeval + #define timespec timeval #endif #else #include