Browse Source

Krait: Add missing header

sbg
Lorenz Meier 9 years ago
parent
commit
360e3c03b6
  1. 4
      src/modules/muorb/krait/uORBKraitFastRpcChannel.cpp

4
src/modules/muorb/krait/uORBKraitFastRpcChannel.cpp

@ -36,6 +36,10 @@ @@ -36,6 +36,10 @@
#include "px4_tasks.h"
#include <drivers/drv_hrt.h>
#include <cstdio>
#ifdef __PX4_LINUX
#define _GNU_SOURCE
#endif
#include <pthread.h>
#define LOG_TAG "uORBKraitFastRpcChannel.cpp"

Loading…
Cancel
Save