hotspot/agent/src/share/native/sadis.c
changeset 13959 bcadb9151203
parent 13873 7b72e3873785
child 14847 92a59a418262
equal deleted inserted replaced
13953:a96fb2fe0c08 13959:bcadb9151203
    44 #include <crtdbg.h>
    44 #include <crtdbg.h>
    45 #endif
    45 #endif
    46 
    46 
    47 #else
    47 #else
    48 
    48 
    49 #include <strings.h>
    49 #include <string.h>
    50 #include <dlfcn.h>
    50 #include <dlfcn.h>
    51 #include <link.h>
    51 #include <link.h>
    52 
    52 
    53 #endif
    53 #endif
    54 
    54