Fixed building on FreeBSD 8.x

This commit is contained in:
Karsten Pedersen
2013-02-26 19:12:35 +00:00
committed by Jon Trulson
parent cc076d7756
commit 69997241c5
5 changed files with 8 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
# include <signal.h>
# include <X11/Xatom.h>
# include <setjmp.h>
#if defined(__FreeBSD__)
#if defined(__FreeBSD__) && OSMAJORVERSION > 8
# include <utmpx.h>
#else
# include <utmp.h>