This commit is contained in:
iceman1001 2019-09-18 20:15:29 +02:00
commit bb051df683

View file

@ -11,7 +11,7 @@
#ifndef WIEGAND_FORMATS_H__
#define WIEGAND_FORMATS_H__
#include <strings.h> // memset
#include <string.h> // memset
#include <stdbool.h>
#include <stdint.h>
#include <inttypes.h>