diff options
Diffstat (limited to 'liboffloadmic/runtime/offload_env.h')
-rw-r--r-- | liboffloadmic/runtime/offload_env.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/liboffloadmic/runtime/offload_env.h b/liboffloadmic/runtime/offload_env.h index e60e860..01138c2 100644 --- a/liboffloadmic/runtime/offload_env.h +++ b/liboffloadmic/runtime/offload_env.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2014 Intel Corporation. All Rights Reserved. + Copyright (c) 2014-2015 Intel Corporation. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -32,6 +32,7 @@ #define OFFLOAD_ENV_H_INCLUDED #include <list> +#include "offload_util.h" // data structure and routines to parse MIC user environment and pass to MIC @@ -43,7 +44,7 @@ enum MicEnvVarKind c_mic_card_env // for <mic-prefix>_<card-number>_ENV }; -struct MicEnvVar { +struct DLL_LOCAL MicEnvVar { public: MicEnvVar() : prefix(0) {} ~MicEnvVar(); |