Commit 1c9aeaae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

We don't need stdlib.h unless we compile the code

parent 9b64ca3d
......@@ -33,10 +33,10 @@
//lint -e{766}
#include "config.h"
#include <stdlib.h>
#if defined(HAVE_EPOLL_CTL)
#include <stdlib.h>
#include <sys/epoll.h>
#include <errno.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment