diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-11-19 17:32:07 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@reactor.herrb.com> | 2006-11-19 17:32:07 +0100 |
commit | 05d36d40bb2018a96cdd1345a390db3fbff0fd65 (patch) | |
tree | f6c6f003f477e5b77da5bbe9d3d378309aa8b82d | |
parent | 37e89cbf2bc3b6266fa47ff1f956d173658bb9a5 (diff) |
include <time.h> before <utmp.h>. Required on some systems.
-rw-r--r-- | sessreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ #include "config.h" +#include <time.h> #include <utmp.h> #ifdef HAVE_UTMPX_H |