repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Propagate Layer changes via Style command on-the-fly.
[fvwm.git]
/
libs
/
ftime.h
blob
7a7ead092e3e73adff1253fe87409affc0311653
1
/* -*-c-*- */
2
#include
"config.h"
3
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