[llvm-commits] CVS: llvm-gcc/gcc/llvm-representation.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Mar 2 09:03:20 PST 2005
Changes in directory llvm-gcc/gcc:
llvm-representation.h updated: 1.14 -> 1.15
---
Log message:
don't break the build.
---
Diffs of the changes: (+1 -0)
llvm-representation.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm-gcc/gcc/llvm-representation.h
diff -u llvm-gcc/gcc/llvm-representation.h:1.14 llvm-gcc/gcc/llvm-representation.h:1.15
--- llvm-gcc/gcc/llvm-representation.h:1.14 Wed Mar 2 11:00:02 2005
+++ llvm-gcc/gcc/llvm-representation.h Wed Mar 2 11:03:07 2005
@@ -27,6 +27,7 @@
#define GCC_LLVM_REPRESENTATION_H
#include "config.h"
+#include "system.h"
#include "llvm-ilist.h"
#include <stdio.h>
More information about the llvm-commits
mailing list