mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add errno
This commit is contained in:
parent
d993ae5d79
commit
10b819c6bd
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue