The X-Plane Scenery Tools (XPTools) code base is the source code tree for all of the Laminar Research scenery creation/editing tools. This code does not include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and Briefer). It does include source to the ac3d x-plane plugin, WED, the various tools, and our global scenery generator. WWW: https://developer.x-plane.com/code/ PR: 223649 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
12 lines
300 B
C++
12 lines
300 B
C++
--- src/Network/PCSBSocket.lin.cpp.orig 2017-04-14 14:21:02 UTC
|
|
+++ src/Network/PCSBSocket.lin.cpp
|
|
@@ -30,9 +30,6 @@
|
|
#include <netinet/in.h>
|
|
#include <netinet/tcp.h>
|
|
#include <sys/ioctl.h>
|
|
-#if LIN
|
|
- #include <asm/ioctls.h>
|
|
-#endif
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
#include <unistd.h>
|