Skip to content

Commit

Permalink
Merge pull request #478 from 130s/fix/dynpick/qnx_compile
Browse files Browse the repository at this point in the history
[dynpick driver for HiroNXO] Fix QNX compilation
  • Loading branch information
130s authored Nov 4, 2016
2 parents a2481c3 + efa53bd commit 89783bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hironx_ros_bridge/robot/dynpick/dynpick_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/dispatch.h>
#include <sys/iofunc.h>
#include <sys/dispatch.h>
#include <sys/mman.h>
#include <sys/neutrino.h>
#include <sys/slog.h>
#include <sys/time.h>
#include <fcntl.h>
#include <termios.h>
#include <termios.h>
#include <unistd.h>

unsigned short force_sensor_data_0[6];
unsigned short force_sensor_data_1[6];
Expand Down

0 comments on commit 89783bb

Please sign in to comment.