Skip to content
Snippets Groups Projects
Commit 495398c1 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed forgotten include.

parent 999106dc
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#include <sys/poll.h>
#include <stddef.h>
#include "common/fdset_poll.h"
//#include "common/fdset_poll.h"
#define OS_FDS_CHUNKSIZE 8 /*!< Number of pollfd structs in a chunk. */
#define OS_FDS_KEEPCHUNKS 32 /*!< Will attempt to free memory when reached. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment