docs/example patches for VMS

This commit is contained in:
Yang Tse
2009-06-05 18:40:40 +00:00
parent e3d65389d7
commit 6582895b51
4 changed files with 11 additions and 7 deletions

View File

@@ -13,7 +13,9 @@
#ifdef WIN32
# include <io.h>
#else
# include <stdint.h>
# ifndef __VMS
# include <stdint.h>
# endif
# include <unistd.h>
#endif
#include <sys/types.h>