Found stc macro def issue for sitl build on travis.

This commit is contained in:
James Goppert 2015-09-24 16:43:57 -04:00
parent b6d8fe3f01
commit 2908a377cf
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "CatapultLaunchMethod.h"
#include <systemlib/err.h>
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
namespace launchdetection

View File

@ -37,6 +37,7 @@
*/
#include <sys/types.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdio.h>
#include <stdbool.h>