(trunk libT) fix blocklist.c build error on cygwin by adding #include <errno.h>. reported by stdisease
This commit is contained in:
parent
3a970c9fd9
commit
b4470fff72
|
@ -10,6 +10,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* free */
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue