2017-07-03 Tom de Vries <tom@codesourcery.com>
* plugin/plugin-hsa.c: Fix secure_getenv.h include.
From-SVN: r249918
+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.
#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. */