diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-14 13:32:23 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-14 13:32:23 +0100 |
commit | 361e321f6c7011040805a7f3d3cbdd8dfae71c3f (patch) | |
tree | 9afdc7de2c7a4db305ca30aa2b6eb7891f96a528 /src/ipcpd/normal/shm_pci.c | |
parent | 6a8f0d0a9aab073e2e79a06322e4f83e69409d05 (diff) | |
parent | c18011259423f5d1cea7dfa67093c888c4882c1e (diff) | |
download | ouroboros-361e321f6c7011040805a7f3d3cbdd8dfae71c3f.tar.gz ouroboros-361e321f6c7011040805a7f3d3cbdd8dfae71c3f.zip |
Merged in dstaesse/ouroboros/be-crc32 (pull request #347)
lib: Move CRC32 implementation to library
Diffstat (limited to 'src/ipcpd/normal/shm_pci.c')
-rw-r--r-- | src/ipcpd/normal/shm_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ouroboros/logs.h> #include <ouroboros/errno.h> +#include <ouroboros/crc32.h> #include <stdlib.h> #include <string.h> #include "shm_pci.h" #include "frct.h" -#include "crc32.h" #include "ribmgr.h" #define PDU_TYPE_SIZE 1 |