Skip to content
Snippets Groups Projects
Commit 0bccd9e3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-09-13 08:14:00 by simonmar]

Fix building with profiling.
parent 59c0fcd8
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsFlags.c,v 1.16 1999/08/26 08:31:41 panne Exp $
* $Id: RtsFlags.c,v 1.17 1999/09/13 08:14:00 simonmar Exp $
*
* (c) The AQUA Project, Glasgow University, 1994-1997
* (c) The GHC Team, 1998-1999
......@@ -13,6 +13,7 @@
#include "RtsUtils.h"
#include "BlockAlloc.h"
#include "ProfRts.h"
#include "Itimer.h"
#if defined(PROFILING)
#include "Itimer.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment