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 <string.h>
#include <termios.h>
#include <unistd.h>
#include <error.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
@@ -36,6 +35,7 @@
#include "../proc/version.h"
#include "../proc/sysinfo.h"
#include "../include/c.h"
#include "common.h"
#ifndef __GNU_LIBRARY__