summaryrefslogtreecommitdiff
path: root/src/tls_test.gaa
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-09 19:16:38 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-09 19:16:38 +0000
commit889be8b59ccb29f45b59f5147f8c579878895a6c (patch)
tree3f39ff5413214cd74f9c9ef17aa1395a7505f11a /src/tls_test.gaa
parent549e8e34f007b2f678572e432a968eaf210d35fa (diff)
downloadgnutls-889be8b59ccb29f45b59f5147f8c579878895a6c.tar.gz
some code cleanups.
Diffstat (limited to 'src/tls_test.gaa')
-rw-r--r--src/tls_test.gaa3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index f640bfb2bb..0913335b3b 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -4,7 +4,8 @@
#include <config.h>
#ifdef _WIN32
-# include <windows.h>
+# include <io.h>
+# include <winbase.h>
#endif
#}