1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* async.c: #include <config.h> if HAVE_CONFIG_H.

This commit is contained in:
Rob Browning 2003-03-25 23:52:33 +00:00
parent 9b90309501
commit ef92a2a2d7

View file

@ -41,6 +41,9 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <signal.h>
#include "libguile/_scm.h"