aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
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 /erts/emulator/test/alloc_SUITE_data/testcase_driver.h
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 'erts/emulator/test/alloc_SUITE_data/testcase_driver.h')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/testcase_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/testcase_driver.h b/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
index f0ca91bd06..2b742dd7e3 100644
--- a/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
+++ b/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
@@ -20,7 +20,7 @@
#ifndef TESTCASE_DRIVER_H__
#define TESTCASE_DRIVER_H__
-#include "erl_nif.h"
+#include <erl_nif.h>
#include <stdlib.h>
typedef struct {