Don't count on things including <stdint.h> before AP_Common.h.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@456 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
DrZiplok@gmail.com 2010-09-11 06:15:12 +00:00
parent 10f3a6f9cb
commit dc85377587
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#ifndef _AP_COMMON_H
#define _AP_COMMON_H
#include <stdint.h>
///
/// @file AP_Common.h
/// @brief Common definitions and utility routines for the ArduPilot