Make errno dependency explicit, since raw_socket.hxx won't expose it, soon.
This commit is contained in:
parent
b82ea065c3
commit
51e307a742
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
#include <osg/Math> // isNaN
|
||||
|
||||
#include <simgear/misc/stdint.hxx>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <errno.h>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
#include <Main/viewmgr.hxx>
|
||||
|
|
Loading…
Reference in a new issue