doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / atexit.c
index a401b2f..5ef33e5 100644 (file)
@@ -1,7 +1,7 @@
 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
 /* This function is in the public domain.  --Mike Stump. */
 
-#include "config.h"
+#include <config.h>
 
 int
 atexit (void (*f) (void))