[Positioner] OutputNetworkSocket: include unistd.h

This commit is contained in:
Matteo Cypriani 2012-05-09 17:47:08 +02:00
parent 9ec71b800e
commit f0e23521c3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "posexcept.hh"
#include <cstdio> // For perror()
#include <unistd.h> // For close()
using namespace std ;