X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=epoll.h;h=bd52773339dd10462f11535e451987afc8e6b71b;hb=e79fdf45f5b9b14a452c9fe067e827d6a7d5e87d;hp=f4e1453428ed95cef76073b2624fd623c97ebccc;hpb=7f5b0a5a99d73ee8d39a692ab3d289399a408e39;p=apps%2Fpfixtools.git diff --git a/epoll.h b/epoll.h index f4e1453..bd52773 100644 --- a/epoll.h +++ b/epoll.h @@ -33,9 +33,12 @@ * Copyright © 2007 Pierre Habouzit */ -#include +#ifndef PFIXTOOLS_EPOLL_H +#define PFIXTOOLS_EPOLL_H +#include #include "common.h" extern int epollfd; +#endif