summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Sharma <asharma@fb.com>2011-09-05 10:47:13 -0700
committerArun Sharma <asharma@fb.com>2011-09-05 10:47:13 -0700
commit3bf76e8d19076ca38cdc10b5234036a10a2a7c25 (patch)
tree6320bba6d244d3e96b9e4a1bf59f54d613d07641
parent00abb7c056f2b921e76c9a44d44229056d3168e9 (diff)
downloadlibunwind-3bf76e8d19076ca38cdc10b5234036a10a2a7c25.tar.gz
Installed include files can't include config.h
config.h is not copied to $DESTDIR after make install. ms-abi users will need to manually define it for now.
-rw-r--r--include/libunwind-x86_64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libunwind-x86_64.h b/include/libunwind-x86_64.h
index c89f0469..526b1ea3 100644
--- a/include/libunwind-x86_64.h
+++ b/include/libunwind-x86_64.h
@@ -32,7 +32,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
extern "C" {
#endif
-#include <config.h>
#include <sys/types.h>
#include <inttypes.h>
#include <ucontext.h>