Fixed building on FreeBSD 8.x
This commit is contained in:
committed by
Jon Trulson
parent
cc076d7756
commit
69997241c5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user