Commit da2c859c authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Include synchronization/SaturatingSemaphore.h in the makefile

Summary:
It was missing, so it wasn't being installed.

Fixes https://github.com/facebook/folly/issues/727

Reviewed By: Orvid

Differential Revision: D6642322

fbshipit-source-id: 70c10e1265410f73b6c0cd759ce51a5176bfef83
parent 651b5bd9
...@@ -438,6 +438,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -438,6 +438,7 @@ nobase_follyinclude_HEADERS = \
synchronization/CallOnce.h \ synchronization/CallOnce.h \
synchronization/LifoSem.h \ synchronization/LifoSem.h \
synchronization/ParkingLot.h \ synchronization/ParkingLot.h \
synchronization/SaturatingSemaphore.h \
synchronization/detail/AtomicUtils.h \ synchronization/detail/AtomicUtils.h \
synchronization/detail/Sleeper.h \ synchronization/detail/Sleeper.h \
system/MemoryMapping.h \ system/MemoryMapping.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment