adds missing headers for linux

This commit is contained in:
Dethrace Labs 2025-05-03 14:26:13 -07:00
parent 0dfad6a67a
commit 05d4a1edc5
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#define _GNU_SOURCE
#include "harness/config.h"
#include "harness/os.h"
#include <arpa/inet.h>
#include <assert.h>
#include <ctype.h>
#include <dirent.h>
@ -19,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <termios.h>