X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fexit.c;h=267d996098d4b33e5dad937ce85988d6c659d6e1;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=2dbb35c600f37c8f9ce846f8b761ef02065708d7;hpb=29510491be6e3e0b95872920c371024ed444c1e5;p=pdclib diff --git a/functions/stdlib/exit.c b/functions/stdlib/exit.c index 2dbb35c..267d996 100644 --- a/functions/stdlib/exit.c +++ b/functions/stdlib/exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* exit( int ) This file is part of the Public Domain C Library (PDCLib). @@ -9,6 +7,7 @@ #include #ifndef REGTEST +#include <_PDCLIB_io.h> /* TODO - "except that a function is called after any previously registered functions that had already been called at the time it was registered.