From 407016146c6c72587e19bba294a33981ae000df2 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 9 May 2007 22:57:43 +0000 Subject: [PATCH] 20070509 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. --- ChangeLog | 3 +++ configure.ac | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 041bca3a..6e820edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20070509 + - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. + 20070429 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h for select(2) prototype. diff --git a/configure.ac b/configure.ac index ad06283c..3ed25194 100644 --- a/configure.ac +++ b/configure.ac @@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \ time.h \ tmpdir.h \ ttyent.h \ + ucred.h \ unistd.h \ usersec.h \ util.h \ -- 2.45.1