summaryrefslogtreecommitdiffhomepage
path: root/dev/DebuggerKit/Platform.h
blob: 7de443b82fa5a0190918f01ba9e6e3fb7204a8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/***
  DebuggerKit
  (C) 2025 Amlal El Mahrouss, licensed under Apache-2.0.
  File: Platform.h
  Purpose: NeCTI Debugger Platform headers.
*/

#pragma once

/// @author Amlal El Mahrouss

#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>