p9y
[m6w6/libmemcached] / src / p9y / gettimeofday.hpp
1 #pragma once
2
3 #include "libmemcached-1.0/platform.h"
4
5 #include <time.h>
6 #if defined HAVE_SYS_TIME_H
7 # include <sys/time.h>
8 #endif
9
10 #if !defined HAVE_GETTIMEOFDAY
11 int gettimeofday(struct timeval* tp, struct timezone* tzp);
12 #endif