Added missing headers in windows build
This commit is contained in:
parent
b4fcf3d7b0
commit
a9232f584c
4 changed files with 4 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include "internal.h"
|
||||
#include "criterion/redirect.h"
|
||||
|
||||
#if defined(BSD) || defined(__unix__)
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <csptr/smalloc.h>
|
||||
#include "core/worker.h"
|
||||
#include "process.h"
|
||||
#include "internal.h"
|
||||
#include "pipe-internal.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "criterion/logging.h"
|
||||
#include "criterion/options.h"
|
||||
#include "criterion/ordered-set.h"
|
||||
#include "compat/basename.h"
|
||||
#include "compat/posix.h"
|
||||
#include "compat/time.h"
|
||||
#include "string/i18n.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "criterion/logging.h"
|
||||
#include "criterion/options.h"
|
||||
#include "criterion/ordered-set.h"
|
||||
#include "compat/basename.h"
|
||||
#include "compat/posix.h"
|
||||
#include "compat/time.h"
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue