regnual: add missing header
regnual.c:32:1: note: ‘memset’ is declared in header ‘<string.h>’
This commit is contained in:
committed by
NIIBE Yutaka
parent
db2527459f
commit
2a72f3df08
@@ -10,6 +10,10 @@
|
||||
attribute, which may cause GC. Note that flash_enum_write needs
|
||||
to call flash_enum_clear beforehand.
|
||||
|
||||
2021-04-28 Bertrand Jacquin <bertrand@jacquin.bzh>
|
||||
|
||||
* regnual/regnual.c: Include <string.h>.
|
||||
|
||||
2021-04-02 NIIBE Yutaka <gniibe@fsij.org>
|
||||
|
||||
* VERSION: 1.2.18.
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
* ReGNUal
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "types.h"
|
||||
#include "usb_lld.h"
|
||||
#include "sys.h"
|
||||
|
||||
Reference in New Issue
Block a user