[PATCH] D52214: [NFC][OCaml] Fix implicit declaration compilation warnings

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 18:51:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342436: [NFC][OCaml] Fix implicit declaration compilation warnings (authored by whitequark, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D52214

Files:
  llvm/trunk/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c


Index: llvm/trunk/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
===================================================================
--- llvm/trunk/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
+++ llvm/trunk/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
@@ -16,6 +16,7 @@
 \*===----------------------------------------------------------------------===*/
 
 #include "llvm-c/Transforms/Scalar.h"
+#include "llvm-c/Transforms/Utils.h"
 #include "caml/mlvalues.h"
 #include "caml/misc.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52214.165883.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/4985c7f8/attachment.bin>


More information about the llvm-commits mailing list