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 Andrew Tridgell
parent 2011c4d988
commit d446381623

View File

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