1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-03 15:22:53 +00:00

Merge branch 'larsbrinkhoff-lars/fionread'

This commit is contained in:
Rene Richarz
2021-01-25 14:35:37 +01:00

3
tube.c
View File

@@ -48,6 +48,9 @@
#include <sys/time.h>
#include <locale.h>
#include <pwd.h>
#ifndef FIONREAD
#include <sys/socket.h>
#endif
#include "main.h"
#include "tube.h"