Unbreak folly.
authorFlorent Thoumie <florentthoumie@fb.com>
Mon, 17 Dec 2012 22:12:57 +0000 (14:12 -0800)
committerJordan DeLong <jdelong@fb.com>
Sat, 19 Jan 2013 00:37:23 +0000 (16:37 -0800)
Summary: Extra '#' in there.

Test Plan: fbconfig nagios/plugins && fbmake opt

Reviewed By: carl.moran1@fb.com

FB internal diff: D660977

folly/Portability.h

index f16c69a0adcd7a29fb4e0911591d6fec9d541831..a8d2d9eefa6af8424707c27c52c2511b8ba6c800 100644 (file)
@@ -37,7 +37,7 @@
 #  define FOLLY_FINAL final
 #  define FOLLY_OVERRIDE override
 #elif defined(__GNUC__)
-# #include <features.h>
+# include <features.h>
 # if __GNUC_PREREQ(4,7)
 #  define FOLLY_FINAL final
 #  define FOLLY_OVERRIDE override