Skip to content

Commit

Permalink
remove libudev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Nov 15, 2017
1 parent 1ecb957 commit 78cdecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/SimJoyStick/SimJoyStick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct SimJoyStick::impl {
#include <string>
#include <sstream>
#include <iostream>
#include <libudev.h>
//#include <libudev.h>
#include "unistd.h"

//implementation for unsupported OS
Expand Down

0 comments on commit 78cdecc

Please sign in to comment.