mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Notify: standardize inclusion of libaries headers
Do the missing header changes due to changing the code before the pr getting accepted.
This commit is contained in:
parent
d67e775d76
commit
2a213e7c42
|
@ -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…
Reference in New Issue