campaignd: Missed moving a POSIX include into the Windows block
This commit is contained in:
parent
a380128ade
commit
6cec22a8e1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue