campaignd: Missed moving a POSIX include into the Windows block

This commit is contained in:
Ignacio R. Morelle 2017-09-14 20:25:15 -03:00
parent a380128ade
commit 6cec22a8e1

View file

@ -21,9 +21,8 @@
#include <cstdio>
#include <cstring>
#include <unistd.h>
#ifndef _WIN32
#include <unistd.h>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/stream.hpp>
#endif