Browse Source

Hotfix: Added missing header

sbg
Lorenz Meier 12 years ago
parent
commit
026cad832a
  1. 1
      src/examples/px4_daemon_app/px4_daemon_app.c

1
src/examples/px4_daemon_app/px4_daemon_app.c

@ -43,6 +43,7 @@ @@ -43,6 +43,7 @@
#include <unistd.h>
#include <stdio.h>
#include <systemlib/systemlib.h>
#include <systemlib/err.h>
static bool thread_should_exit = false; /**< daemon exit flag */

Loading…
Cancel
Save