comparison include/BeagleRT.h @ 173:2877bc2cd449

Included unistd.h, closes #1237
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 28 Dec 2015 04:11:59 +0100
parents e63563507edd
children 1e629f126322
comparison
equal deleted inserted replaced
172:5f4408705eed 173:2877bc2cd449
27 27
28 #ifndef BEAGLERT_H_ 28 #ifndef BEAGLERT_H_
29 #define BEAGLERT_H_ 29 #define BEAGLERT_H_
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include <unistd.h>
32 #include <rtdk.h> 33 #include <rtdk.h>
33 #include "digital_gpio_mapping.h" 34 #include "digital_gpio_mapping.h"
34 35
35 // Useful constants 36 // Useful constants
36 37