Skip to content
Snippets Groups Projects
Commit 2908a377 authored by James Goppert's avatar James Goppert
Browse files

Found stc macro def issue for sitl build on travis.

parent b6d8fe3f
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
#include "CatapultLaunchMethod.h"
#include <systemlib/err.h>
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
namespace launchdetection
......
......@@ -37,6 +37,7 @@
*/
#include <sys/types.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdio.h>
#include <stdbool.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment