diff options
author | Richard Carlsson <[email protected]> | 2011-08-02 13:11:23 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-04 11:27:00 +0200 |
commit | 403d462964b773516a99726129ea8dcdcc9a96f5 (patch) | |
tree | 2a27d637402666c82236878b7a077a9183578936 /lib/edoc/src/edoc_doclet.erl | |
parent | 07936436b8a8b18b80451a09e040283ebecbd43b (diff) | |
download | otp-403d462964b773516a99726129ea8dcdcc9a96f5.tar.gz otp-403d462964b773516a99726129ea8dcdcc9a96f5.tar.bz2 otp-403d462964b773516a99726129ea8dcdcc9a96f5.zip |
synchronized with edoc development version
Diffstat (limited to 'lib/edoc/src/edoc_doclet.erl')
-rw-r--r-- | lib/edoc/src/edoc_doclet.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc_doclet.erl b/lib/edoc/src/edoc_doclet.erl index 30eef3e63a..55c60b8df0 100644 --- a/lib/edoc/src/edoc_doclet.erl +++ b/lib/edoc/src/edoc_doclet.erl @@ -52,7 +52,7 @@ -define(IMAGE, "erlang.png"). -define(NL, "\n"). --include("xmerl.hrl"). +-include_lib("xmerl/include/xmerl.hrl"). %% Sources is the list of inputs in the order they were found. Packages %% and Modules are sorted lists of atoms without duplicates. (They |