GNOME Bugzilla – Bug 652623
check for HAVE_UTIL_H to prevent implicit declaration
Last modified: 2012-01-18 16:22:22 UTC
Created attachment 189963 [details] [review] Add util.h to the headers check Hi. We need to check for util.h so that HAVE_UTIL_H gets defined and we don't end up with: pty_open.c:350: warning: implicit declaration of function 'login_tty' (which I'm seeing on OpenBSD) Thoughts?
Hi. Anyone to review this, I'd love to be able to push it. Thanks.
Good catch, thanks! commit ac597c44a52a5fc4c3e20ee75e7d82f691722feb Author: Antoine Jacoutot <ajacoutot@openbsd.org> Date: Wed Jan 18 17:19:34 2012 +0100 build: Check for util.h to prevent implicit declaration https://bugzilla.gnome.org/show_bug.cgi?id=652623 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>