Add missing XAtom type to struct when flushing property events.
[fvwm.git] / libs / ftime.h
blob7a7ead092e3e73adff1253fe87409affc0311653
1 /* -*-c-*- */
2 #include "config.h"
4 #if TIME_WITH_SYS_TIME
5 # include <sys/time.h>
6 # include <time.h>
7 #else
8 # if HAVE_SYS_TIME_H
9 # include <sys/time.h>
10 # else
11 # include <time.h>
12 # endif
13 #endif