From cbdc8ca82011df4a524baa08d28f0ffb4ae40cb6 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 21 Jul 2015 12:04:07 -0600 Subject: tighten up compat include paths, fix glibc compatibility --- include/compat/time.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/compat/time.h') diff --git a/include/compat/time.h b/include/compat/time.h index d363d42..2712951 100644 --- a/include/compat/time.h +++ b/include/compat/time.h @@ -3,14 +3,9 @@ * sys/time.h compatibility shim */ -#ifndef LIBCRYPTOCOMPAT_TIME_H -#define LIBCRYPTOCOMPAT_TIME_H - #ifdef _MSC_VER #include <../include/time.h> #define gmtime_r(tp, tm) ((gmtime_s((tm), (tp)) == 0) ? (tm) : NULL) #else #include_next #endif - -#endif -- cgit v1.2.3-55-g6feb