Compilation fixes for szap-s2, tzap-t2.

This commit is contained in:
CrazyCat
2024-08-02 18:45:23 +03:00
parent 9db5cc9c3a
commit d81fa6a944
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
CC=gcc
CC ?= gcc
SRC=lnb.c szap-s2.c tzap-t2.c
HED=lnb.h

View File

@@ -33,6 +33,7 @@
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include <ctype.h>
#include <stdint.h>
#include <sys/time.h>

View File

@@ -33,6 +33,7 @@
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include <ctype.h>
#include <stdint.h>
#include <sys/time.h>