protobuf/src
Peter Kasting 2e789bc246 Avoid #including system headers from inside a namespace.
port.h #includes various headers in order to define byteswap functions, but it
currently does so from inside the google::protobuf namespace.  This can cause
bizarre symbol conflicts and other build errors as these headers' contents are
then included inside this namespace.

Instead, #include the relevant headers above the namespace declarations.
2015-08-27 14:16:10 -07:00
..
google/protobuf Avoid #including system headers from inside a namespace. 2015-08-27 14:16:10 -07:00
solaris Add file that was mysteriously missing from SVN tree. 2008-09-23 21:05:07 +00:00
Makefile.am Merge pull request #629 from google/master 2015-07-21 12:58:43 +01:00