mirror of https://github.com/yandex/odyssey.git
17 lines
235 B
C
17 lines
235 B
C
![]() |
|
||
|
#ifndef MM_C_H
|
||
|
#define MM_C_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdint.h>
|
||
|
#include <stdio.h>
|
||
|
#include <limits.h>
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/socket.h>
|
||
|
#include <sys/un.h>
|
||
|
#include <netdb.h>
|
||
|
#include <errno.h>
|
||
|
|
||
|
#endif // MM_C_H
|