diff options
author | Péter Dimitrov <[email protected]> | 2017-11-01 13:18:34 +0100 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2017-11-01 13:21:07 +0100 |
commit | fdfe083c65348095c4168581bdc53e7508be78c8 (patch) | |
tree | b35cf95e3f933d15125fdbc3d1200056a1821ed3 /lib | |
parent | a4c3f8d3b270b9c21caabcd084bf55049b5bc700 (diff) | |
download | otp-fdfe083c65348095c4168581bdc53e7508be78c8.tar.gz otp-fdfe083c65348095c4168581bdc53e7508be78c8.tar.bz2 otp-fdfe083c65348095c4168581bdc53e7508be78c8.zip |
stdlib: Add uri_string module to stdlib.app.src
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/src/stdlib.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src index ab0824ca17..5fb48acfab 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -101,6 +101,7 @@ timer, unicode, unicode_util, + uri_string, win32reg, zip]}, {registered,[timer_server,rsh_starter,take_over_monitor,pool_master, |