diff options
Diffstat (limited to 'expand.c')
-rw-r--r-- | expand.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,8 +17,9 @@ along with GNU Make; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "make.h" +#include "filedef.h" +#include "job.h" #include "commands.h" -#include "file.h" #include "variable.h" /* The next two describe the variable output buffer. |