Added missing headers

This commit is contained in:
Snaipe 2015-09-16 21:23:29 +02:00
parent 9b083a14b2
commit 53f73ff938
4 changed files with 5 additions and 2 deletions

View file

@ -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__)

View file

@ -24,6 +24,7 @@
#include <stdio.h>
#include <csptr/smalloc.h>
#include "criterion/assert.h"
#include "pipe.h"
#include "internal.h"

View file

@ -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) \

View file

@ -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"