diff options
Diffstat (limited to 'remote-stub.c')
-rw-r--r-- | remote-stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote-stub.c b/remote-stub.c index 24a860b..439c35e 100644 --- a/remote-stub.c +++ b/remote-stub.c @@ -17,6 +17,8 @@ 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" |