diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-05 15:43:26 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-05 15:43:43 -0500 |
commit | ef06cb3a05d45df7a04cf91ab5c0b233fdf2bd48 (patch) | |
tree | 795869c8418953b7ef522cf13a53277032c683cb /src/isotp/send.c | |
parent | 8922abb7ff8c30e1fa5af078284eb6aebf0052e5 (diff) |
Move a few things about to make compiling with other projects possible.
Diffstat (limited to 'src/isotp/send.c')
-rw-r--r-- | src/isotp/send.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isotp/send.c b/src/isotp/send.c index 13db064c..798fab83 100644 --- a/src/isotp/send.c +++ b/src/isotp/send.c @@ -1,4 +1,6 @@ #include <isotp/send.h> +#include <bitfield/bitfield.h> +#include <string.h> #define PCI_NIBBLE_INDEX 0 #define PAYLOAD_LENGTH_NIBBLE_INDEX 1 |