Enable more auto-deps in Folly
authorChristopher Dykes <cdykes@fb.com>
Fri, 23 Jun 2017 01:06:21 +0000 (18:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Jun 2017 01:24:36 +0000 (18:24 -0700)
Summary: This enables auto-deps support in more places in Folly. It also fixes a couple of auto-deps declarations that were missing an `s`.

Reviewed By: yfeldblum

Differential Revision: D5289542

fbshipit-source-id: 7d34b29bcc172fb31f91f1ba880864e2d5869ffd

folly/experimental/symbolizer/Dwarf.cpp

index c34b89ba99ce979c6693dd6305e6963c6e42ae0e..b0ec5cb0576e720a9ce05f1bcb2ef032abc1f3c5 100644 (file)
@@ -21,7 +21,7 @@
 #if FOLLY_HAVE_LIBDWARF_DWARF_H
 #include <libdwarf/dwarf.h>
 #else
-#include <dwarf.h>
+#include <dwarf.h> // @manual
 #endif
 
 namespace folly {