Browse Source

AP_HAL_Notify: standardize inclusion of libaries headers

Do the missing header changes due to changing the code before the pr
getting accepted.
master
Lucas De Marchi 10 years ago committed by Andrew Tridgell
parent
commit
d446381623
  1. 2
      libraries/AP_Notify/ToneAlarm_Linux.cpp

2
libraries/AP_Notify/ToneAlarm_Linux.cpp

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
#include <fcntl.h>
#include <unistd.h>
#include "../AP_HAL_Linux/Util.h"
#include <AP_HAL_Linux/Util.h>
#include <stdio.h>
#include <errno.h>

Loading…
Cancel
Save