fix
[libfirm] / ir / ana2 / pto_name.c
index 0e25a2f..3186ef5 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- c -*- */
 
 /*
- * Copyrigth (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -43,9 +43,9 @@
 #ifdef HAVE_STRING_H
 # include <string.h>            /* for memcpy */
 #endif
-# include <obstack.h>
 # include <errno.h>
 
+# include "obst.h"
 # include "irnode.h"
 # include "irprog.h"
 # include "xmalloc.h"