diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
commit | ef2176109fca302ed89193716b62c3a7113552a3 (patch) | |
tree | 6b791e483e9022b7657ea9bd06ed1cbdee7958ab /lib/transfer.c | |
parent | 27b8814017a19009b22e4b51aea1ae711ec20459 (diff) |
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/transfer.c')
-rw-r--r-- | lib/transfer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 1c2afc4a2..6889fa7c7 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -28,7 +28,6 @@ #include <stdarg.h> #include <stdlib.h> #include <ctype.h> -#include <errno.h> #include "strtoofft.h" #include "strequal.h" |