msvc2k5 compatibility fix

svn path=/trunk/; revision=20831
This commit is contained in:
Royce Mitchell III 2006-01-13 13:53:26 +00:00
parent 5bf3b55eb0
commit 80c22e7ef6

View file

@ -19,7 +19,9 @@
#include <assert.h>
#include "rbuild.h"
#ifndef _MSC_VER
#ifdef _MSC_VER
#include <errno.h>
#else
#include <dirent.h>
#endif//_MSC_VER