From 1701e3d73e7260895deaf55769bd260fbd7e9190 Mon Sep 17 00:00:00 2001 From: James Sedgwick Date: Tue, 21 Oct 2014 18:04:44 -0700 Subject: [PATCH] add PortableSpinLock.h to Makefile, unbreak fbthrift build Summary: fix fbthrift build, broken in D1621717 I wonder if it'd be possible to lint against this somehow. The jenkins failures are easy to miss especially on folly diffs with lots of failure noise (in this case it was still postponed) Test Plan: wait for jenkins Reviewed By: davejwatson@fb.com Subscribers: njormrod, folly-diffs@ FB internal diff: D1630833 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index f7ad8206..240824d5 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -124,6 +124,7 @@ nobase_follyinclude_HEADERS = \ io/Cursor.h \ io/IOBuf.h \ io/IOBufQueue.h \ + io/PortableSpinLock.h \ io/RecordIO.h \ io/RecordIO-inl.h \ io/TypedIOBuf.h \ -- 2.34.1