10 lines
110 B
C
10 lines
110 B
C
//
|
|
// Created by shinys on 25. 7. 1.
|
|
//
|
|
|
|
#ifndef POOL_H
|
|
#define POOL_H
|
|
|
|
#include <sys/poll.h>
|
|
|
|
#endif //POOL_H
|