1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-18 05:47:10 +02:00

Automatic OS identification.

This commit is contained in:
Sandu Liviu Catalin
2020-04-27 10:37:39 +03:00
parent a6ce7811ba
commit b0e7c305b6
4 changed files with 19 additions and 4 deletions

View File

@@ -43,6 +43,10 @@
#ifndef __SOCKET_H__
#define __SOCKET_H__
#ifdef _LINUX
#define _DEFAULT_SOURCE
#endif
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>