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 17197cff81
commit ba972248db

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