added missing include
[libfirm] / ir / adt / obst.h
index 4701b43..1cad1bd 100644 (file)
@@ -1,12 +1,18 @@
-/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-*/
+/*
+ * Project:     libFIRM
+ * File name:   ir/adt/obst.h
+ * Purpose:
+ * Author:      Martin Trapp, Christian Schaefer
+ * Modified by:
+ * Created:
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 1998-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
+
 
 # include <obstack.h>
-# include <malloc.h>
+# include "xmalloc.h"
 
 # define obstack_chunk_alloc xmalloc
-# define obstack_chunk_free free
+# define obstack_chunk_free  free