(trunk libT) fix blocklist.c build error on cygwin by adding #include <errno.h>. reported by stdisease

This commit is contained in:
Charles Kerr 2008-12-09 21:31:03 +00:00
parent 3a970c9fd9
commit b4470fff72
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* $Id$
*/
#include <errno.h>
#include <stdio.h>
#include <stdlib.h> /* free */
#include <string.h>