This commit is contained in:
parent
e684882cb8
commit
3dfe0adb8c
1 changed files with 2 additions and 0 deletions
|
|
@ -24,7 +24,9 @@ module;
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
module Crafter.Build:Command_impl;
|
module Crafter.Build:Command_impl;
|
||||||
import :Command;
|
import :Command;
|
||||||
import :Project;
|
import :Project;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue