1
0
Fork 0

Make errno dependency explicit, since raw_socket.hxx won't expose it, soon.

This commit is contained in:
James Turner 2011-08-23 10:25:17 +01:00
parent b82ea065c3
commit 51e307a742
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include <iostream>
#include <algorithm>
#include <cstring>
#include <errno.h>
#include <osg/Math> // isNaN
#include <simgear/misc/stdint.hxx>

View file

@ -36,6 +36,7 @@
#include <sstream>
#include <iostream>
#include <errno.h>
#include <Main/globals.hxx>
#include <Main/viewmgr.hxx>