s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
[mdw/samba.git] / 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>