You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/17 11:00:15 UTC

svn commit: r585418 - /apr/apr-util/branches/1.2.x/test/abts.h

Author: wrowe
Date: Wed Oct 17 02:00:14 2007
New Revision: 585418

URL: http://svn.apache.org/viewvc?rev=585418&view=rev
Log:
Need the header for isatty

Modified:
    apr/apr-util/branches/1.2.x/test/abts.h

Modified: apr/apr-util/branches/1.2.x/test/abts.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/test/abts.h?rev=585418&r1=585417&r2=585418&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/test/abts.h (original)
+++ apr/apr-util/branches/1.2.x/test/abts.h Wed Oct 17 02:00:14 2007
@@ -22,6 +22,12 @@
 #include <stdlib.h>
 #include <string.h>
 
+#ifdef WIN32
+#include <io.h>
+#else
+#include <unistd.h>
+#endif
+
 #ifndef ABTS_H
 #define ABTS_H