Browse Source

hrt_queue: add px4_posix.h include for px4_getpid()

sbg
Beat Küng 8 years ago committed by Julian Oes
parent
commit
b6b8892606
  1. 1
      src/platforms/posix/work_queue/hrt_queue.c

1
src/platforms/posix/work_queue/hrt_queue.c

@ -47,6 +47,7 @@ @@ -47,6 +47,7 @@
#include <semaphore.h>
#include <drivers/drv_hrt.h>
#include <px4_workqueue.h>
#include <px4_posix.h>
#include "hrt_work.h"
/****************************************************************************

Loading…
Cancel
Save