typo removed
[libfirm] / ir / ir / irprog_t.h
index cd49c0f..4ecd123 100644 (file)
@@ -1,5 +1,14 @@
-
-/* $Id$ */
+/*
+ * Project:     libFIRM
+ * File name:   ir/ir/irprog_t.h
+ * Purpose:     Entry point to the representation of a whole program 0-- private header.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     2000
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2000-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 /**
  * @file irprog_t.h
@@ -8,9 +17,14 @@
 # ifndef _IRPROG_T_H_
 # define _IRPROG_T_H_
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "irprog.h"
 #include "firm_common_t.h"
 
+
 /** ir_prog */
 struct ir_prog {
   firm_kind kind;