Added missing headers
This commit is contained in:
parent
9b083a14b2
commit
53f73ff938
4 changed files with 5 additions and 2 deletions
|
@ -22,12 +22,12 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#define _GNU_SOURCE 1
|
||||
#include "internal.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include "internal.h"
|
||||
|
||||
#if defined(BSD) || defined(__unix__)
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <stdio.h>
|
||||
#include <csptr/smalloc.h>
|
||||
|
||||
#include "criterion/assert.h"
|
||||
#include "pipe.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <csptr/smalloc.h>
|
||||
#include "process.h"
|
||||
#include "internal.h"
|
||||
#include "pipe.h"
|
||||
|
||||
#ifdef VANILLA_WIN32
|
||||
# define CREATE_SUSPENDED_(Filename, CmdLine, StartupInfo, Info) \
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include "section.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue