Add a threading framework
[apps/pfixtools.git] / epoll.h
diff --git a/epoll.h b/epoll.h
index f4e1453..bd52773 100644 (file)
--- a/epoll.h
+++ b/epoll.h
  * Copyright © 2007 Pierre Habouzit
  */
 
-#include <sys/epoll.h>
+#ifndef PFIXTOOLS_EPOLL_H
+#define PFIXTOOLS_EPOLL_H
 
+#include <sys/epoll.h>
 #include "common.h"
 
 extern int epollfd;
 
+#endif