1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

Include <config.h> instead of <libguile/scmconfig.h>.

This commit is contained in:
Marius Vollmer 2003-03-24 16:48:39 +00:00
parent b8b0abf067
commit 5b9d7b98b9

View file

@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
*/
#if HAVE_CONFIG_H
# include <libguile/scmconfig.h>
# include <config.h>
#endif
#if HAVE_UNISTD_H