src/share/vm/adlc/adlc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/adlc/adlc.hpp	Mon May  5 12:28:18 2014
--- new/src/share/vm/adlc/adlc.hpp	Mon May  5 12:28:17 2014

*** 28,43 **** --- 28,44 ---- // // Standard include file for ADLC parser // // standard library constants #include "stdio.h" #include "stdlib.h" #include <iostream> #include "string.h" ! #include "ctype.h" ! #include "stdarg.h" + ! #include <stdio.h> ! #include <stdlib.h> + #include <string.h> + #include <ctype.h> + #include <stdarg.h> #include <sys/types.h> /* Make sure that we have the intptr_t and uintptr_t definitions */ #ifdef _WIN32

src/share/vm/adlc/adlc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File