diff options
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 68d002372..eb175c961 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -14,7 +14,7 @@ #include <time.h> #endif #ifndef HAVE_GETTIMEOFDAY -#ifdef HAVE_FTIME +#ifdef HAVE_FTIME #include <sys/timeb.h> #define timeval timeb #define tv_sec time |