Also emulate error_at_line if not present

This commit is contained in:
Michael Forney
2013-10-01 05:44:46 +00:00
committed by Jaromir Capik
parent d6a3a3d97e
commit 007c438148
3 changed files with 20 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <error.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
@@ -38,6 +37,7 @@
#include "../proc/wchan.h"
#include "../include/fileutils.h"
#include "../include/c.h"
#include "common.h"
#ifndef SIGCHLD