Skip to content
  • Stephen Kelly's avatar
    SystemTools: Fix build with SunCC/stlport. · af86ac7d
    Stephen Kelly authored and Brad King's avatar Brad King committed
    The <fcntl.h> header needs to be included before <string> is included
    when using stlport. Otherwise:
    
    "SystemTools.cxx", line 1240: Error: UTIME_OMIT is not defined.
    "SystemTools.cxx", line 1240: Error: UTIME_NOW is not defined.
    "SystemTools.cxx", line 1241: Error: AT_FDCWD is not defined.
    
    Change-Id: I3441ae3a7007c53ad97dea42ec48fedca8cc010c
    af86ac7d