Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt3: Add head file "cstddef" to Qt3 | Xiaofeng Yan | 2011-06-09 | 1 | -0/+18 |
Failed to compile Qt3 while building lsb image with the updated library libstdc++ and compilation tool. Qt3 reported data type "ptrdiff_t" doesn't name a type. Actually "ptrdiff_t" is defined in head file "cstddef". Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> |