[project @ 2003-07-28 16:16:07 by moran]
[ghc-hetmet.git] / ghc / rts / Arena.h
index 7b7ac91..7263f0b 100644 (file)
@@ -1,11 +1,12 @@
 /* -----------------------------------------------------------------------------
-   $Id: Arena.h,v 1.1 2001/10/18 14:41:01 simonmar Exp $ 
+   $Id: Arena.h,v 1.2 2003/07/28 16:16:07 moran Exp $ 
    (c) The University of Glasgow 2001
 
    Arena allocation interface.
    -------------------------------------------------------------------------- */
 
 #ifndef ARENA_H
+#define ARENA_H
 
 // Abstract type of arenas
 typedef struct _Arena Arena;