diff options
Diffstat (limited to 'src/crc.c')
-rw-r--r-- | src/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* crc.c */ -#include "com_local.h" +#include "common.h" // this is a 16 bit, non-reflected CRC using the polynomial 0x1021 // and the initial and final xor values shown below... in other words, the |