diff options
Diffstat (limited to 'rts/hooks/FlagDefaults.c')
-rw-r--r-- | rts/hooks/FlagDefaults.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rts/hooks/FlagDefaults.c b/rts/hooks/FlagDefaults.c index ce1666f06d..1307fa0239 100644 --- a/rts/hooks/FlagDefaults.c +++ b/rts/hooks/FlagDefaults.c @@ -6,10 +6,11 @@ #include "PosixSource.h" #include "Rts.h" +#include "Hooks.h" void -defaultsHook (void) -{ /* this is called *after* RTSflags has had +FlagDefaultsHook (void) +{ /* this is called *after* RtsFlags has had its defaults set, but *before* we start processing the RTS command-line options. |