summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-24 04:39:43 +0200
committerYang Tse <yangsita@gmail.com>2011-07-24 04:39:43 +0200
commitef2176109fca302ed89193716b62c3a7113552a3 (patch)
tree6b791e483e9022b7657ea9bd06ed1cbdee7958ab /tests/libtest/test.h
parent27b8814017a19009b22e4b51aea1ae711ec20459 (diff)
downloadgnurl-ef2176109fca302ed89193716b62c3a7113552a3.tar.gz
gnurl-ef2176109fca302ed89193716b62c3a7113552a3.tar.bz2
gnurl-ef2176109fca302ed89193716b62c3a7113552a3.zip
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 33d7bed83..046b5504e 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -33,7 +33,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <errno.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>