Fix compiler warnings in test 05read
This commit is contained in:
parent
cd87fee243
commit
128524cd2b
|
@ -1,5 +1,8 @@
|
||||||
|
#define _XOPEN_SOURCE
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include "../termo.h"
|
#include "../termo.h"
|
||||||
#include "taplib.h"
|
#include "taplib.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue