commit | eb27bbae8f0edc6b62ca2db73256c7fb53b9e9bf | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Mon Sep 15 14:13:24 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Mon Sep 15 15:03:15 2014 -0700 |
tree | 19a937c05bf7cfc1530232cba522ab8413c349c8 | |
parent | 95b0c6a9407d7a4084d956e273ad1697550452d3 [diff] [blame] |
Add dlfcn_test to glibc test suite. Change-Id: I955e4f7dfcc23ea5c767f967b3532dc31663b876
diff --git a/tests/libs/dlopen_testlib_simple.cpp b/tests/libs/dlopen_testlib_simple.cpp index afe54b4..bf750b2 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;