- Partially revert r200417. config.h brings several definitions,
that appears to be actually used. Without config.h included cross-build of world failed (at least for ARM).
This commit is contained in:
parent
59cd9f65f9
commit
4ee23f5ee8
@ -103,6 +103,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "arch.h"
|
||||
#include "buf.h"
|
||||
#include "config.h"
|
||||
#include "dir.h"
|
||||
#include "globals.h"
|
||||
#include "GNode.h"
|
||||
|
@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$");
|
||||
*/
|
||||
|
||||
#include "arch.h"
|
||||
#include "config.h"
|
||||
#include "dir.h"
|
||||
#include "globals.h"
|
||||
#include "GNode.h"
|
||||
|
Loading…
Reference in New Issue
Block a user