Add missing include

This commit is contained in:
ruti 2024-02-18 23:36:51 +03:00
parent 76668991c5
commit b9e47492e4

View File

@ -1,5 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
#define IS_UNKNOWN 0
#define IS_HTTP 1