odyssey/third_party/machinarium/sources/c.h

17 lines
235 B
C
Raw Normal View History

#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