#ifndef CAMSERV_DOT_H #define CAMSERV_DOT_H #include "camserv_config.h" #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #endif