Added missing #include's

This commit is contained in:
Chris Teubert
2015-04-08 09:12:02 -07:00
parent b7dfb8ec3e
commit 1fd92edb02
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <math.h>
#include "xplaneconnect.h"