From 0459ee77d0c764cc27950465cb19053e1456cc95 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Wed, 26 Feb 2014 12:58:41 -0500 Subject: Fix fallout from std::libc separation --- src/libsyntax/diagnostic.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsyntax') diff --git a/src/libsyntax/diagnostic.rs b/src/libsyntax/diagnostic.rs index fb0f458b88a..943ae16b48f 100644 --- a/src/libsyntax/diagnostic.rs +++ b/src/libsyntax/diagnostic.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +extern crate libc; + use codemap::{Pos, Span}; use codemap; -- cgit 1.4.1-3-g733a5