commit | 382e06ce8eab506276aaad39da3fbd533ef898d2 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 30 23:42:45 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Fri Oct 31 17:04:00 2014 -0700 |
tree | 6320e1bf87486cdde23d1aea786d4bf21341d079 | |
parent | e4bc6f026a10648756da031b5d765c78c9e70864 [diff] [blame] |
Add dlfcn_test to glibc test suite. Bug: 18186310 (cherry picked from commit eb27bbae8f0edc6b62ca2db73256c7fb53b9e9bf) Change-Id: I1d608dfa12dbafbdcdb8bc6d818c5872404c19e0
diff --git a/tests/libs/dlopen_testlib_simple.cpp b/tests/libs/dlopen_testlib_simple.cpp index 06253e1..3226955 100644 --- a/tests/libs/dlopen_testlib_simple.cpp +++ b/tests/libs/dlopen_testlib_simple.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include <stdint.h> #include <stdlib.h> uint32_t dlopen_testlib_taxicab_number = 1729;