STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-10-08 10:05:42 -04:00
parent 5df777edd7
commit e684c35295
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@
#include <sys/stat.h>
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
#if defined(_WIN32) && \
(defined(_MSC_VER) || defined(__WATCOMC__) || \
defined(__BORLANDC__) || defined(__MINGW32__))
# include <io.h>
#endif