summaryrefslogtreecommitdiff
path: root/common/rawaccel.hpp
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-08-01 21:08:47 -0400
committerGitHub <[email protected]>2020-08-01 21:08:47 -0400
commit1d9fb1f9007cca7ffa69b408ab7945926bbce673 (patch)
treead50871f3067dbca729e3ecfe6307fc774004b4d /common/rawaccel.hpp
parentMerge pull request #7 from JacobPalecki/GUI (diff)
parentmove clipp/parse logic into console project (diff)
downloadrawaccel-1d9fb1f9007cca7ffa69b408ab7945926bbce673.tar.xz
rawaccel-1d9fb1f9007cca7ffa69b408ab7945926bbce673.zip
Merge pull request #8 from a1xd/read
Read ioctl
Diffstat (limited to 'common/rawaccel.hpp')
-rw-r--r--common/rawaccel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel.hpp b/common/rawaccel.hpp
index 59a0360..474f2aa 100644
--- a/common/rawaccel.hpp
+++ b/common/rawaccel.hpp
@@ -4,7 +4,7 @@
#include <math.h>
#include "x64-util.hpp"
-#include "external/tagged-union-single.h"
+#include "tagged-union-single.h"
#include "accel-linear.hpp"
#include "accel-classic.hpp"