1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

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

This commit is contained in:
Rob Browning 2003-03-25 23:59:48 +00:00
parent 773ca93e88
commit c3f1a20453

View file

@ -41,6 +41,9 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <errno.h>