* convert.c: include <string.h> for convert_i.c.
[bpt/guile.git] / libguile / cpp_signal.c
1 /* this file is processed by gcc with special options to extract
2 a list of signal numbers. */
3 #include <signal.h>
4
5 /*
6 Local Variables:
7 c-file-style: "gnu"
8 End:
9 */