From c18011259423f5d1cea7dfa67093c888c4882c1e Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 14 Jan 2017 12:19:01 +0100 Subject: lib: Move CRC32 implementation to library The CRC32 implementation will be used to ID objects in the RIB. --- src/ipcpd/normal/shm_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/normal/shm_pci.c') diff --git a/src/ipcpd/normal/shm_pci.c b/src/ipcpd/normal/shm_pci.c index c648618a..4d66bf06 100644 --- a/src/ipcpd/normal/shm_pci.c +++ b/src/ipcpd/normal/shm_pci.c @@ -24,13 +24,13 @@ #include #include +#include #include #include #include "shm_pci.h" #include "frct.h" -#include "crc32.h" #include "ribmgr.h" #define PDU_TYPE_SIZE 1 -- cgit v1.2.3