diff options
author | Werner Koch <[email protected]> | 2011-03-28 09:19:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-03-28 09:19:43 +0000 |
commit | b74a70f89d2a17b2960105d1aab8e09011dc65b2 (patch) | |
tree | c1632764753b4cf0fd286ba216a3de9a2a1d73ff /ChangeLog | |
parent | Replace strcasecmp by ascii_strcasecmp variant/ (diff) | |
download | libassuan-b74a70f89d2a17b2960105d1aab8e09011dc65b2.tar.gz libassuan-b74a70f89d2a17b2960105d1aab8e09011dc65b2.zip |
Include sys/select.h in a test utility.
This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin
due to missing include).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-03-28 Werner Koch <[email protected]> + + * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h which is + needed by one test utility. + 2010-12-23 Werner Koch <[email protected]> * configure.ac: Add a git commit identifier to the version. |