Skip to content

Commit

Permalink
Merge pull request #1758 from dago/pathmax2
Browse files Browse the repository at this point in the history
Make sure also Solaris x86 gets PATH_MAX
  • Loading branch information
xfxyjwf authored Jul 7, 2016
2 parents eaf3451 + 57638d5 commit c850ebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/google/protobuf/compiler/command_line_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
#include <iostream>
#include <ctype.h>

#ifdef GOOGLE_PROTOBUF_ARCH_SPARC
#include <limits.h> //For PATH_MAX
#endif

#include <memory>
#ifndef _SHARED_PTR_H
Expand Down

0 comments on commit c850ebc

Please sign in to comment.