Skip to content

Commit

Permalink
Added missing inttypes include
Browse files Browse the repository at this point in the history
  • Loading branch information
lm committed Sep 18, 2011
1 parent bbdbadc commit 9de3760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mavlink_types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef MAVLINK_TYPES_H_
#define MAVLINK_TYPES_H_

#include <inttypes.h>

enum MAV_ACTION
{
MAV_ACTION_HOLD = 0,
Expand Down

0 comments on commit 9de3760

Please sign in to comment.