diff options
Diffstat (limited to 'extra/libevent/WIN32-Code/misc.h')
-rw-r--r-- | extra/libevent/WIN32-Code/misc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/libevent/WIN32-Code/misc.h b/extra/libevent/WIN32-Code/misc.h deleted file mode 100644 index aced574687c..00000000000 --- a/extra/libevent/WIN32-Code/misc.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MISC_H -#define MISC_H - -struct timezone; -struct timeval; - -#ifndef HAVE_GETTIMEOFDAY -int gettimeofday(struct timeval *,struct timezone *); -#endif - -#endif |