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:
Lucas De Marchi 2015-08-15 19:53:13 -03:00 committed by Randy Mackay
parent d67e775d76
commit 2a213e7c42
1 changed files with 1 additions and 1 deletions

View File

@ -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>