- 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:
Stanislav Sedov 2009-12-17 12:42:45 +00:00
parent 59cd9f65f9
commit 4ee23f5ee8
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ __FBSDID("$FreeBSD$");
#include "arch.h"
#include "buf.h"
#include "config.h"
#include "dir.h"
#include "globals.h"
#include "GNode.h"

View File

@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$");
*/
#include "arch.h"
#include "config.h"
#include "dir.h"
#include "globals.h"
#include "GNode.h"