X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fatexit.c;h=5ef33e57ee21922fd0e6e01f1635544e4fcb0a89;hb=3458f09caac5234831a315d073344fc898dde077;hp=f4873c9ee34090e9cf293070f35d6dd2c77cfeaf;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/atexit.c b/lib/atexit.c index f4873c9ee..5ef33e57e 100644 --- a/lib/atexit.c +++ b/lib/atexit.c @@ -1,9 +1,7 @@ /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */ /* This function is in the public domain. --Mike Stump. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include int atexit (void (*f) (void))