s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 23 Feb 2012 10:41:11 +0000 (11:41 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 23 Feb 2012 10:48:45 +0000 (11:48 +0100)
https://bugzilla.samba.org/show_bug.cgi?id=8709

source3/smbd/utmp.c

index 47462f6d85255fef5625704b0917b71969d63901..6837c078cfe7e6fc778e469d7f860576ffd721e1 100644 (file)
@@ -126,7 +126,9 @@ void sys_utmp_yield(const char *username, const char *hostname,
 
 #else /* WITH_UTMP */
 
+#ifdef HAVE_UTMP_H
 #include <utmp.h>
+#endif
 
 #ifdef HAVE_UTMPX_H
 #include <utmpx.h>