update include syntax

This commit is contained in:
2024-06-25 13:07:33 +02:00
parent f4280dfa13
commit da489bad65
5 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
#ifndef _CHESSDEFS_H
#define _CHESSDEFS_H
#include "brlib.h" /* brlib types */
#include <brlib.h> /* brlib types */
#define ONE 1ul
#define U64(const_u64) const_u64##UL