Skip to content

Commit

Permalink
Merge pull request ocaml#9256 from gadmm/fix-compat-include
Browse files Browse the repository at this point in the history
Revert an include of compatibility.h

(cherry picked from commit b5176bf)
  • Loading branch information
Octachron committed Jan 23, 2020
1 parent c937a13 commit ff469d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/caml/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef CAML_MEMORY_H
#define CAML_MEMORY_H

#ifndef CAML_INTERNALS
#ifndef CAML_NAME_SPACE
#include "compatibility.h"
#endif
#include "config.h"
Expand Down

0 comments on commit ff469d3

Please sign in to comment.