Skip to content

Commit

Permalink
Suppress compilation error by undefining basename macro
Browse files Browse the repository at this point in the history
Summary: Closes #4132

Reviewed By: @sgolemon

Differential Revision: D1658567

Signature: t1:1658567:1415147482:2d83b43e9b00743f939bf36f4377114bdd2568a7
  • Loading branch information
mgottein authored and hhvm-bot committed Nov 5, 2014
1 parent b086976 commit e0e399f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hphp/runtime/ext/std/ext_std_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "hphp/runtime/base/base-includes.h"

#undef basename

namespace HPHP {
///////////////////////////////////////////////////////////////////////////////
// constants
Expand Down

0 comments on commit e0e399f

Please sign in to comment.