This commit is contained in:
iceman1001
2019-09-18 20:15:29 +02:00
parent 2626c31d3d
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>