]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/exit.c
Removed SVN keyword tags.
[pdclib] / functions / stdlib / exit.c
index 2dbb35c600f37c8f9ce846f8b761ef02065708d7..267d996098d4b33e5dad937ce85988d6c659d6e1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,6 +7,7 @@
 #include <stdlib.h>
 
 #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.