18 lines
302 B
C
18 lines
302 B
C
#ifndef CONTROLLER
|
|
#def CONTROLLER
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/select.h>
|
|
#include <sys/sysinfo.h>
|
|
#include <sys/socket.h>
|
|
#include <microhttpd.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <time.h>
|
|
#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
#include <signal.h>
|
|
#include <stdlib.h>
|
|
|
|
#endif
|