This commit is contained in:
tildearrow 2022-01-14 20:34:15 -05:00
parent e05db17ce2
commit d2cef16adf
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
***************************************************************************/
#include "saa1099.h"
#include <string>
#include <string.h>
#define BIT(x,n) (((x)>>(n))&1)