aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/c_src/dyntrace.c
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/c_src/dyntrace.c
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/c_src/dyntrace.c')
-rw-r--r--lib/runtime_tools/c_src/dyntrace.c2
1 files changed, 1 insertions, 1 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"