add errno

This commit is contained in:
rsc 2005-01-19 19:12:48 +00:00
parent d993ae5d79
commit 10b819c6bd
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <errno.h>
#undef sqrt #undef sqrt
#define sqrt p9_sqrt #define sqrt p9_sqrt

View file

@ -1,7 +1,6 @@
#include "e.h" #include "e.h"
#include "y.tab.h" #include "y.tab.h"
#include <ctype.h> #include <ctype.h>
#include <errno.h>
Infile infile[10]; Infile infile[10];
Infile *curfile = infile; Infile *curfile = infile;