fix to solve compileproblems under freebsd4
This commit is contained in:
parent
4f889717d2
commit
5e9814e091
1 changed files with 1 additions and 1 deletions
|
@ -42,9 +42,9 @@
|
|||
#include <inttypes.h>
|
||||
#endif // HAVE_INTTYPES_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace FbTk {
|
||||
|
|
Loading…
Reference in a new issue