Fix secure_getenv.h include in plugin-hsa.c
2017-07-03 Tom de Vries <tom@codesourcery.com> * plugin/plugin-hsa.c: Fix secure_getenv.h include. From-SVN: r249918
This commit is contained in:
parent
25f68d908f
commit
9607b014b2
@ -1,3 +1,7 @@
|
||||
2017-07-03 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* plugin/plugin-hsa.c: Fix secure_getenv.h include.
|
||||
|
||||
2017-06-27 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* plugin/plugin-nvptx.c (notify_var): New function.
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include "libgomp-plugin.h"
|
||||
#include "gomp-constants.h"
|
||||
#include "secure-getenv.h"
|
||||
#include "secure_getenv.h"
|
||||
|
||||
/* As an HSA runtime is dlopened, following structure defines function
|
||||
pointers utilized by the HSA plug-in. */
|
||||
|
Loading…
Reference in New Issue
Block a user