src: epoll.h is not a system header

This commit is contained in:
Bert Belder 2017-09-01 15:13:01 +02:00
parent 005581d797
commit 83ef29e49a

View File

@ -1,8 +1,8 @@
#include <assert.h>
#include <epoll.h>
#include <stdint.h>
#include <stdio.h>
#include "epoll.h"
#include "msafd.h"
#include "tree.h"