Commit 5d502eb9 authored by Yang Tse's avatar Yang Tse
Browse files

VMS adjustment

parent d6662d84
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@
#ifdef WIN32
#  include <io.h>
#else
#  ifndef __VMS
#  ifdef __VMS
     typedef int intptr_t;
#  else
#    include <stdint.h>
#  endif
#  include <unistd.h>