aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-09-22 16:08:38 +0200
committerSverker Eriksson <[email protected]>2016-09-22 16:08:38 +0200
commita96cf9c89b9e8b91e43b5c5366c6890590bc95ff (patch)
tree65476d064316adbaa3ab239a3e159271999d193a /lib/runtime_tools
parentf9ee3718f05bd0a353fe6ba52edff3febf3bf268 (diff)
parent3489b9b689073f428a23f7fc7a67774b7dda07be (diff)
downloadotp-a96cf9c89b9e8b91e43b5c5366c6890590bc95ff.tar.gz
otp-a96cf9c89b9e8b91e43b5c5366c6890590bc95ff.tar.bz2
otp-a96cf9c89b9e8b91e43b5c5366c6890590bc95ff.zip
Merge branch 'sverker/include-erl_nif/PR-1171'
* sverker/include-erl_nif/PR-1171: Use more correct delimiters for erl_nif.h include
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/c_src/dyntrace.c2
-rw-r--r--lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/c_src/dyntrace.c b/lib/runtime_tools/c_src/dyntrace.c
index 3d2de9c21c..b589f5ef07 100644
--- a/lib/runtime_tools/c_src/dyntrace.c
+++ b/lib/runtime_tools/c_src/dyntrace.c
@@ -24,7 +24,7 @@
-#include "erl_nif.h"
+#include <erl_nif.h>
#include "config.h"
#include "sys.h"
#include "dtrace-wrapper.h"
diff --git a/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c b/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c
index ecdee7e3a2..ad90af4da0 100644
--- a/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c
+++ b/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c
@@ -18,7 +18,7 @@
* %CopyrightEnd%
*/
-#include "erl_nif.h"
+#include <erl_nif.h>
#include <stdio.h>
#include <string.h>