diff options
author | Sverker Eriksson <[email protected]> | 2016-09-22 16:08:38 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-09-22 16:08:38 +0200 |
commit | a96cf9c89b9e8b91e43b5c5366c6890590bc95ff (patch) | |
tree | 65476d064316adbaa3ab239a3e159271999d193a /lib/asn1 | |
parent | f9ee3718f05bd0a353fe6ba52edff3febf3bf268 (diff) | |
parent | 3489b9b689073f428a23f7fc7a67774b7dda07be (diff) | |
download | otp-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/asn1')
-rw-r--r-- | lib/asn1/c_src/asn1_erl_nif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/c_src/asn1_erl_nif.c b/lib/asn1/c_src/asn1_erl_nif.c index 4577689fc3..b29c9a7ed3 100644 --- a/lib/asn1/c_src/asn1_erl_nif.c +++ b/lib/asn1/c_src/asn1_erl_nif.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include "erl_nif.h" +#include <erl_nif.h> /* #define ASN1_DEBUG 1 */ |