diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-11-21 12:05:05 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-21 12:47:51 +0100 |
commit | e2f08f9def0869460ad38a1c2adb450778290f6e (patch) | |
tree | 7e37cfc5720025166aa25d094e7def0cb0f73dfd /include/oox/helper | |
parent | a57300a5fcabe38a0d8bb4e7218a3d1be9616bbd (diff) |
connectivity, sc: add missing #include <osl/endian.h>
These files use the macro OSL_BIGENDIAN but did not include the header
that defines it.
Found via:
git grep -l OSL_.*ENDIAN | grep -v -E '\.h(xx)?$' | while read f; do case $f in *cxx) grep -L endian\\.h workdir/Dep/CxxObject/${f%.cxx}.d ;; *) grep -L endian\\.h workdir/Dep/CObject/${f%.c}.d ;; esac ; done
Change-Id: Iaf589a8235dbc8062840d2716ab843e64b5cb7a2
Diffstat (limited to 'include/oox/helper')
0 files changed, 0 insertions, 0 deletions