#ifndef DSP_H_ #define DSP_H_ #include <sys/types.h> struct datespec { time_t lower; time_t upper; }; #endif