diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-06-11 16:38:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-06-11 16:38:00 -0700 |
commit | 136525f01e4ce8e60e8c78b44654d8f6861233d2 (patch) | |
tree | 7f54aac364fe6a8c6b1f7551d8dc53ad7a7e8938 /sessreg.h | |
parent | 9b2ddf6c779553c2cb5e185d2046e8817a89e03e (diff) |
X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD
X.Org Bugzilla #9887: <https://bugs.freedesktop.org/show_bug.cgi?id=9887>
Diffstat (limited to 'sessreg.h')
-rw-r--r-- | sessreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ #include "config.h" +#include <sys/types.h> #include <time.h> #include <utmp.h> |