fix includes

This commit is contained in:
Philippe Teuwen 2020-04-22 14:14:13 +02:00
commit 25c1f31222
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
//-----------------------------------------------------------------------------
// parity functions (all defined in parity.h)
//-----------------------------------------------------------------------------
#include <parity.h>
#include "parity.h"
const uint8_t OddByteParity[256] = {
1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,