[Openmp-commits] [PATCH] D14565: Missing include kmp_config.h

Harald Servat via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 11 07:08:35 PST 2015


harald.servat updated this revision to Diff 39921.
harald.servat added a comment.

Thank you for the pointers John! I've updated the patch according to your comments.


http://reviews.llvm.org/D14565

Files:
  runtime/src/ompt-general.c

Index: runtime/src/ompt-general.c
===================================================================
--- runtime/src/ompt-general.c
+++ runtime/src/ompt-general.c
@@ -15,7 +15,6 @@
  * ompt include files
  ****************************************************************************/
 
-#include "ompt-internal.h"
 #include "ompt-specific.c"
 
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14565.39921.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151111/bcf58ccd/attachment.bin>


More information about the Openmp-commits mailing list