mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
properly include config.h in source files, not headers
* src/Makefile.am: Add $(DEFAULT_INCLUDES) to a couple of our custom rules so we pick up the -I for config.h. * src/*.[ch]: Include the config.h in the C files, not in the headers.
This commit is contained in:
parent
d79d908ef0
commit
13c4775352
15 changed files with 31 additions and 11 deletions
|
@ -43,7 +43,6 @@
|
|||
#define _SCM_PROGRAMS_H_
|
||||
|
||||
#include <libguile.h>
|
||||
#include "config.h"
|
||||
|
||||
/*
|
||||
* Programs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue